75 lines
1.8 KiB
YAML
75 lines
1.8 KiB
YAML
site_name: Cowley-tech homelab docs
|
|
site_url: https://docs.lab.cowley.tech
|
|
repo_url: https://code.lab.cowley.tech/homelab/homelab-docs
|
|
repo_name: Source on Forgejo
|
|
theme:
|
|
icon:
|
|
repo: simple/forgejo
|
|
name: material
|
|
language: en
|
|
features:
|
|
- navigation.top
|
|
- search.suggest
|
|
- search.highlight
|
|
- content.code.annotate
|
|
- content.code.copy
|
|
palette:
|
|
#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
|
|
# toggle:
|
|
# icon: material/brghtness-7
|
|
# name: Switch to dark mode
|
|
# - scheme: slate
|
|
# toggle:
|
|
# icon: material/brghtness-4
|
|
# name: Switch to light mode
|
|
features:
|
|
- navigation.instant
|
|
- search.suggest
|
|
- search.highlight
|
|
icon:
|
|
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:
|
|
- tags
|
|
- search
|
|
- social
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- footnotes
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- tables
|