Repository for GitHub pages website of Morphomatics.
The site is generated using MkDocs.
All source file are contained in the /docs folder.
To preview, edit or build the site from the sources you need to get a local copy the repository and a python environment set up with:
pip install mkdocs mkdocs-material mkdocs-material-extensions mkdocs-jupyterThe built-in dev-server allows you to preview your edits as you're writing it. It will even auto-reload and refresh your browser whenever you save changes. To start the server run
mkdocs servefrom the root of the repository. Once the server is up you should be able to see the previous in your browser at http://127.0.0.1:8000/.
To build the site you need to do the following steps:
- run
mkdocs buildin the root folder - copy all content from the generated
/sitefolder into the root folder - add to repo and push to GitHub