31 lines
772 B
YAML
31 lines
772 B
YAML
site_name: "Thom's Documentation"
|
|
nav:
|
|
- Home: index.md
|
|
#- Assignment Instructions: instructions.md
|
|
- WireGuard: wireguard.md
|
|
#- License: LICENSE.md
|
|
- LXD: lxd.md
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.sections
|
|
- header.autohide
|
|
palette:
|
|
- media: "(prefers-color-scheme: light)"
|
|
primary: red
|
|
scheme: default
|
|
toggle:
|
|
icon: material/lightbulb-outline
|
|
name: Switch to dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
primary: black
|
|
scheme: slate
|
|
toggle:
|
|
icon: material/lightbulb
|
|
name: Switch to light mode
|
|
markdown_extensions:
|
|
admonition: {}
|
|
copyright: Copyright © 2021 Thom Dickson
|
|
repo_url: https://git.nixnet.services/boots/docs
|
|
repo_name: boots/docs
|