This commit is contained in:
parent
b1d8c73fd7
commit
ef56dc75ff
1 changed files with 38 additions and 1 deletions
39
mkdocs.yml
39
mkdocs.yml
|
@ -1,10 +1,36 @@
|
||||||
site_name: Cowley-tech homelab docs
|
site_name: Cowley-tech homelab docs
|
||||||
site_url: https://docs.lab.cowley.tech
|
site_url: https://docs.lab.cowley.tech
|
||||||
|
repo_url: https://code.lab.cowley.tech/homelab/homelab-docs
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
language: en
|
language: en
|
||||||
|
features:
|
||||||
|
- navigation.top
|
||||||
|
- search.suggest
|
||||||
|
- search.highlight
|
||||||
|
- content.code.annotate
|
||||||
|
- content.code.copy
|
||||||
palette:
|
palette:
|
||||||
primary: blue grey
|
#primary: blue grey
|
||||||
|
# Palette toggle for automatic mode
|
||||||
|
- media: "(prefers-color-scheme)"
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-auto
|
||||||
|
name: Switch to light mode
|
||||||
|
|
||||||
|
# Palette toggle for light mode
|
||||||
|
- media: "(prefers-color-scheme: light)"
|
||||||
|
scheme: teal
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-7
|
||||||
|
name: Switch to dark mode
|
||||||
|
|
||||||
|
# Palette toggle for dark mode
|
||||||
|
- media: "(prefers-color-scheme: dark)"
|
||||||
|
scheme: slate
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-4
|
||||||
|
name: Switch to system preference
|
||||||
# - scheme: default
|
# - scheme: default
|
||||||
# toggle:
|
# toggle:
|
||||||
# icon: material/brghtness-7
|
# icon: material/brghtness-7
|
||||||
|
@ -19,8 +45,19 @@ theme:
|
||||||
- search.highlight
|
- search.highlight
|
||||||
icon:
|
icon:
|
||||||
logo: logo-monochrome
|
logo: logo-monochrome
|
||||||
|
extra:
|
||||||
|
social:
|
||||||
|
- icon: fontawesome/brands/github
|
||||||
|
link: https://github.com/chriscowley
|
||||||
|
- icon: fontawesome/brands/mastodon
|
||||||
|
link: https://hackyderm.io/ccunix
|
||||||
|
- icon: fontawesome/brands/x-twitter
|
||||||
|
link: https://x.com/ccunix9
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
|
- tags
|
||||||
- search
|
- search
|
||||||
|
- social
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- footnotes
|
- footnotes
|
||||||
|
|
Loading…
Add table
Reference in a new issue