Added working dir
This commit is contained in:
33
mkdocs.yml
Normal file
33
mkdocs.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
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
|
||||
Reference in New Issue
Block a user