CSS theme for one-button.org
Go to file
Leander Hutton 0a4f532c43 Changed pygment theme, updated font, updated jquery 2024-05-07 12:16:40 -04:00
static Changed pygment theme, updated font, updated jquery 2024-05-07 12:16:40 -04:00
templates Update base template 2024-05-06 16:13:40 -04:00
README.md readme fix 2023-03-26 00:17:32 -04:00

README.md

one-button.org/leanderhutton.com Theme

Very heavily modifed Monospace theme. Almost to the point of none recognition.

Original theme from: https://github.com/getpelican/pelican-themes/tree/master/monospace

For use with Markdown code highlighting:

MARKDOWN = {
    'extension_configs': {
        'markdown.extensions.codehilite': {'css_class': 'highlight', 'linenums': 'False'},
        'markdown.extensions.extra': {},
        'markdown.extensions.meta': {},
    },
     'output_format': 'html5',
}

Also, you might want to include the DESCRIPTION option (it appears in the left sidebar):

DESCRIPTION = 'My blog and stuff ...'