static/pages/mkdocs.yml
Xeovalyte 1f7ef0dbaa Add 'pages/' from commit '8c13b4fcc9270f1e57a1dc1859f2e43df9f7ca97'
git-subtree-dir: pages
git-subtree-mainline: d1a4c7ee07
git-subtree-split: 8c13b4fcc9
2024-01-18 14:50:13 +01:00

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