static/mkdocs.yml

29 lines
542 B
YAML
Raw Normal View History

site_name: Notes from Timo Boomers
theme:
name: material
palette:
2024-01-19 11:32:28 +01:00
scheme: xeovalyte
primary: custom
accent: custom
features:
- navigation.tabs
- content.code.copy
markdown_extensions:
2024-01-19 11:32:28 +01:00
- admonition
2024-01-25 21:49:22 +01:00
- pymdownx.details
- pymdownx.superfences
- def_list
- pymdownx.keys
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
2024-01-25 21:49:22 +01:00
- pymdownx.tilde
2024-01-19 11:32:28 +01:00
extra_css:
- stylesheets/extra.css