Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 894 Bytes

File metadata and controls

30 lines (21 loc) · 894 Bytes

The website is generated with MkDocs, with the theme Material.

If working locally

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 using the Github editor

If you commit to the branch main (the default branch), the website will be automatically updated in 30-60 seconds.