Skip to content

Vodes/Mkdocs-JET-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A template with a bunch of plugins and theming pre enabled.
Also includes a workflow that will automatically build and publish the site when anything gets pushed to the master/main branch.
You should obviously make sure that you have github pages on your repo set up.

How to run

pip install mkdocs-material mkdocstrings[python] pymdown-extensions
mkdocs serve to host it locally with hot-reload

How to configure

Please check out these links.

https://squidfunk.github.io/mkdocs-material/setup/
https://www.mkdocs.org/getting-started/#adding-pages

If you want to host this on a custom domain make sure to create a CNAME file in the ./docs directory and put your domain in there.
Like it was done here.