This is a template based on Material for MkDocs.
The template features:
- All free features from MkDocs Material.
- Simple inclusion of post images
- DL Book Notations
If you like this template, consider sponsoring @squidfunk for his amazing work. As a sponsor, you'll gain access to additional Insider features.
- Fork this Git repository
- Search for
TODOs in the forked repository and modify accordingly to customize your site.
Please make sure to fork the repository (or at least keep the Git commit history), since it allows you to merge in future updates from the template easily.
-
Clone the repository (or your forked repository):
cd ~ git clone https://github.com/j3soon/mkdocs-material-template.git cd mkdocs-material-template
-
(Optional) Set up a virtual environment:
virtualenv venv -p python3 source venv/bin/activateMake sure to run the
sourcecommand every time you open a new terminal. -
Install dependencies:
pip install -r requirements.txt
-
Preview the site (supports hot reload on save):
mkdocs serve
Go to https://127.0.0.1:8000 to view the site.
-
(Optional) Build the site:
mkdocs build
The site will be built to the
sitedirectory.