mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-01-30 13:32:56 +08:00
be40adfac5
- added support for mkdocs materia rendering
18 lines
444 B
YAML
18 lines
444 B
YAML
site_name: How To Cook
|
|
use_directory_urls: true
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.instant
|
|
palette:
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: grey
|
|
toggle:
|
|
icon: material/weather-sunny
|
|
name: Switch to dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
toggle:
|
|
icon: material/weather-night
|
|
name: Switch to light mode |