yartsu/mkdocs.yml

41 lines
899 B
YAML
Raw Normal View History

2023-05-14 13:58:06 -05:00
site_name: Yartsu
theme:
name: material
site_url: https://gh.dayl.in/yartsu
repo_url: https://github.com/daylinmorgan/yartsu
edit_uri: edit/main/docs/
repo_name: daylinmorgan/yartsu
theme:
name: material
2023-05-15 13:18:28 -05:00
logo: images/logo-minimal.png
favicon: images/logo-minimal.png
2023-05-14 13:58:06 -05:00
features:
- navigation.indexes
palette:
# Palette toggle for dark mode
- scheme: slate
primary: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
primary: deep purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
markdown_extensions:
2023-05-14 18:01:50 -05:00
- def_list
- attr_list
- md_in_html
2023-05-14 13:58:06 -05:00
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
2023-05-14 17:56:03 -05:00
- pymdownx.tabbed:
alternate_style: true