Getting Started
Installation MkDocs
- To install MkDocs, run the following command from the command line:
pip install mkdocs
Installation theme
- Install the theme using PIP:
pip install mkdocs-dracula-theme
Activating theme
- After the theme is installed, edit your
mkdocs.yml
file and set the theme name todracula
:
theme:
name: dracula
- All instructions can be found at draculatheme.com/mkdocs.