MkDocs Material Template¶
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.
Getting started¶
- Fork this Git repository
- Search for
TODO
s 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.
Run Locally¶
-
Clone the repository (or your forked repository):
-
(Optional) Set up a virtual environment:
Make sure to run the
source
command every time you open a new terminal. -
Install dependencies:
-
Preview the site (supports hot reload on save):
Go to https://127.0.0.1:8000 to view the site.
-
(Optional) Build the site:
The site will be built to the
site
directory.