33 lines
726 B
YAML
33 lines
726 B
YAML
site_name: Jon Starkey's Website
|
|
site_description: What did you expect?
|
|
site_url: http://jonstarkey.co.uk/
|
|
|
|
plugins:
|
|
- search
|
|
- blog
|
|
|
|
|
|
theme:
|
|
name: material
|
|
|
|
palette:
|
|
# 1. Put dark theme FIRST to make it default
|
|
- scheme: slate # This is Material's built-in dark scheme
|
|
primary: indigo
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/weather-sunny
|
|
name: Switch to light mode
|
|
# 2. Light theme
|
|
- scheme: default
|
|
primary: indigo
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/weather-night
|
|
name: Switch to dark mode
|
|
features:
|
|
# - navigation.tabs
|
|
# - navigation.expand
|
|
- navigation.tabs.sticky
|
|
- navigation.sections
|
|
- navigation.tracking |