static/mkdocs.yml
xeovalyte 383a10a974
All checks were successful
Continuous Integration / build (push) Successful in 43s
Started Jumpscool planning
2024-01-25 21:49:22 +01:00

29 lines
542 B
YAML

site_name: Notes from Timo Boomers
theme:
name: material
palette:
scheme: xeovalyte
primary: custom
accent: custom
features:
- navigation.tabs
- content.code.copy
markdown_extensions:
- admonition
- 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
- pymdownx.tilde
extra_css:
- stylesheets/extra.css