Getting Started
Created on January 14, 2023 — updated on August 18, 2026
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-simple-blog
Activating theme
After the theme is installed, edit your mkdocs.yml file and set the theme name to simple-blog:
theme:
name: simple-blog