Skip to main content

MkDocs plugin for blogging

Project description

python-mkblog

PyPI version PyPI downloads pylint

This is yet another MkDocs plugin adding basic blogging functionality. With this plugin you store your blogposts in a separate blog directory.

example tree

As you can see it doesn't matter how you store your posts in the blog directory. Instead of directory structures, this plugin relies on markdown Metadata date.

example page

Use this plugin alongside with the plugin awesome-pages. awesome-pages will take care of generating the whole nav bar, so you (or this blog plugin) don't have to do it.

Features

  • Extra directory for your blog posts
  • Utilizing markdown meta date
  • No need for date directories and subdirectories and sub sub directories

Installation

  • from pypi: pip install python-mkblog
  • from github: pip install git+https://github.com./derJD/python-mkblog.git

Local Build

git clone https://github.com/derJD/python-mkblog.git
cd python-mkblog
pip install .

Usage

There is an complete example directory. Take a look by cloning this repository and issuing mkdocs serve -f example/mkdocs.yml

Most basic example mkdocs.yml:

---

site_name: basic test page

plugins:
  - awesome-pages
  - mkblog

This example uses material theme to make the site prettier and it uses discus extra to give people the opportunity to leave a comment:

---

site_name: test page with comments

theme:
  name: material
  features:
    - tabs
  palette:
    primary: green
    accent: yellow

plugins:
  - mkblog
  - search
  - awesome-pages

extra:
  disqus: <YOUR DISQUS TOKEN>

You can configure the name of your blog directory:

---

plugins:
  - mkblog:
      blog_dir: bloggiemcblogger

Documentation

License

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkblog-1.2.0.tar.gz (105.3 kB view details)

Uploaded Source

Built Distribution

mkblog-1.2.0-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file mkblog-1.2.0.tar.gz.

File metadata

  • Download URL: mkblog-1.2.0.tar.gz
  • Upload date:
  • Size: 105.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for mkblog-1.2.0.tar.gz
Algorithm Hash digest
SHA256 6f2e8c7cd00dafa0b6e7580a9f20bbb3cbb78e9867959e11ae87489068a7b17c
MD5 d479f8881f3a13bedcb3d7e6549c0823
BLAKE2b-256 abb5a47dbc90809d7bcfc024e7803625075c994caa3e84083cd6237fe03911e3

See more details on using hashes here.

File details

Details for the file mkblog-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: mkblog-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for mkblog-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 06fea508d26342a08a1cfa00c37fb163ac9ef66a338ebcca055797af9b6a117d
MD5 c7ee340f5ecd1f3df1bec7325776a5d8
BLAKE2b-256 1a2c9d3947708b2b6b2085c17a577e1ac4325e4b56b98a50da33b076ff2fc429

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page