Skip to content

zwodev/mkdocs-simple-blog

 
 

Repository files navigation

Theme for MkDocs

Image

GitHub forks GitHub Repo stars GitHub last commit GitHub Workflow Status GitHub Workflow Status

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.

Commit Style

  • ⚙️ FEATURE
  • 📝 PEP8
  • 📌 ISSUE
  • 🪲 BUG
  • 📘 DOCS
  • 📦 PyPI
  • ❤️️ TEST
  • ⬆️ CI/CD
  • ⚠️ SECURITY

License

GitHub License

This project is licensed under the terms of the MIT License.

About

Blog Template for Mkdocs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.7%
  • CSS 25.3%
  • JavaScript 7.8%
  • Python 4.2%