Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 609 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 609 Bytes

mkdocs-blog

Allows mkdocs to be used as a simple blog.

Features:

  • Provides timestamps based on folder structure
  • Enables jinja2 templating
  • Generates a simple RSS feed for recent content

Content layout

Assumes blog content is laid out in a standardized format with numeric years and months as follows:

docs/<year>/<month>/page.md

Within a month, file modification time is used to provide chronological ordering.

Examples