Instructions for ELIXIR-TrP-LessonTemplate-MkDocs
The website is generated with MkDocs, with the theme Material.
To host it locally, install MkDocs:
pip install mkdocs
and Material with some plugins:
pip install mkdocs-material
pip install mkdocs-video
pip install mkdocs-bibtex
pip install neoteroi-mkdocs
Clone this repository to your local computer. Then, make the repository your current directory and type:
mkdocs serve
to host it locally and check it out with your browser at http://localhost:8000/.
If you commit to the branch main
(the default branch), the website will be automatically updated in 30-60 seconds.