Files
sample.shareforge.de/root/mkdocs.yml
kyle-admin 779f36f64b init
2025-10-27 03:05:52 -07:00

28 lines
619 B
YAML

theme:
name: material
palette:
# Light mode (optional; can be toggled off if you want dark-only)
- scheme: default
primary: indigo
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode (default)
- scheme: slate
primary: indigo
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- navigation.instant
- search.suggest
- search.highlight
- navigation.sections
# At the end we will add the site title when the script runs