How to do this
- Goto https://inside.mines.edu/cgi-bin/create-home-page
- Sign in and and accept the T&C (IE. agree not to host porn)
- Don't fill out the info about your self (it just creates a template that we're deleting later)
- On the school network
ssh multipassUser@illumate
- HTML files are located in the "public_html" foulder and cgi scripts can be added to the "cgi-bin" folder under "public_html"
- rm the the old index htlm, it's useless
Sphinx is the tool used to create quick documentation in various formats. The most reconizable implimentation being the python documentation.
- Install Sphinx (On your local Machine)
- Run
sphinx-quickstart
- Write your .rst or .md files
make html
- Copy the contents of _build/html to illuminate