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