1 one-button.org/leanderhutton.com Theme
2 ======================================
4 Very heavily modifed Monospace theme. Almost to the point of none recognition.
6 Original theme from: https://github.com/getpelican/pelican-themes/tree/master/monospace
8 For use with Markdown code highlighting:
11 'extension_configs': {
12 'markdown.extensions.codehilite': {'css_class': 'highlight', 'linenums': 'False'},
13 'markdown.extensions.extra': {},
14 'markdown.extensions.meta': {},
16 'output_format': 'html5',
19 Also, you might want to include the `DESCRIPTION` option (it appears in the left sidebar):
21 DESCRIPTION = 'My blog and stuff ...'