MkDocs Simple Blog
August 5, 2025 ยท View on GitHub
Theme for MkDocs

Install
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
Getting Help
We use GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them. If you need anything, I ask you to please follow our templates for opening issues or discussions.
- ๐ Bug Report
- ๐ Documentation Issue
- ๐ Feature Request
- โ ๏ธ Security Request
- ๐ฌ General Question
Commit Style
- โ๏ธ FEATURE
- ๐ PEP8
- ๐ ISSUE
- ๐ชฒ BUG
- ๐ DOCS
- ๐ฆ PyPI
- โค๏ธ๏ธ TEST
- โฌ๏ธ CI/CD
- โ ๏ธ SECURITY
License
This project is licensed under the terms of the MIT License.