Xeovalyte
33f4f8edf8
All checks were successful
Continuous Integration / build (push) Successful in 28s
26 lines
477 B
YAML
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
|