git clone https://github.com/polydelphia/polydelphia.org
- Download the code from git.cd polydelphia.org
- Go into the code directory.pip install -r requirements.txt
- Install the python package requirements.
mkdocs serve
- Start the development server. Visit https://127.0.0.1:8000 in your browser to see the site.mkdocs build
- Build the site for production deployment. This is done by TravisCI automatically when the code is updated.
- MkDocs site build tool.
- Material for MkDocs site style theme.
- TravisCI automatic site deployment to GitHub pages.