static/mkdocs.yml

22 lines
422 B
YAML

site_name: Notes from Timo Boomers
theme:
name: material
palette:
scheme: slate
primary: blue
accent: light blue
features:
- navigation.tabs
- content.code.copy
markdown_extensions:
- def_list
- pymdownx.keys
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences