codevbus / mkdocs-simple-blog

Blog Template for Mkdocs

Home Page:https://fernandocelmer.github.io/mkdocs-simple-blog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

Blog Template for Mkdocs

https://fernandocelmer.github.io/mkdocs-simple-blog/

License:MIT License


Languages

Language:CSS 41.1%Language:HTML 40.6%Language:JavaScript 12.4%Language:Python 5.9%