static/mkdocs.yml
Xeovalyte 33f4f8edf8
All checks were successful
Continuous Integration / build (push) Successful in 28s
Added styling and Jump In wedstrijd
2024-01-19 11:32:28 +01:00

26 lines
477 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
- def_list
- pymdownx.keys
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- stylesheets/extra.css