mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-11-10 00:23:15 -06:00
39 lines
841 B
YAML
39 lines
841 B
YAML
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
|
|
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
|
|
|
|
plugins:
|
|
- search
|
|
- git-revision-date-localized:
|
|
enable_creation_date: true
|
|
|
|
markdown_extensions:
|
|
- def_list
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|