Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.09 KB

howTo.rst

File metadata and controls

33 lines (24 loc) · 1.09 KB

How to Make a Site Like This

How to do this

Get your inside.mines.edu page

  1. Goto https://inside.mines.edu/cgi-bin/create-home-page
  2. Sign in and and accept the T&C (IE. agree not to host porn)
  3. Don't fill out the info about your self (it just creates a template that we're deleting later)
  4. On the school network ssh multipassUser@illumate
  5. HTML files are located in the "public_html" foulder and cgi scripts can be added to the "cgi-bin" folder under "public_html"
  6. rm the the old index htlm, it's useless

Use Sphinx, It's almost too easy

Sphinx is the tool used to create quick documentation in various formats. The most reconizable implimentation being the python documentation.

  1. Install Sphinx (On your local Machine)
  2. Run sphinx-quickstart
  3. Write your .rst or .md files
  4. make html
  5. Copy the contents of _build/html to illuminate