Last 10 blog posts
This the example front page for the blog.
Example blog post in reStructuredText
This is an example blog post in reStructuredText.
As in Sphinx, a field list near the top of the file is parsed as front matter and removed from the generated files.
Syntax highlighting almost works (requires support in the stylesheet; see the docutils docs for details), and line numbers can be added to code snippets.
0 import this
And also inline images work:

(image from wikimedia commons)
Internal links also work.
This blog post ends a series of examples.
This blog post continues a series of examples.
This blog post begins a series of examples.
This is an example blog post, in Markdown.
The front matter of the post can be written in TOML, YAML or JSON, just like in Hugo.
Syntax highlighting works:
import this
Also, inline images work:
(image from wikimedia commons).
The flavour of markdown is what's supported by python-markdown with the Extra, CodeHilite and Fenced Code Blocks extensions.