first commit
This commit is contained in:
commit
6ad92f944d
6 changed files with 72 additions and 0 deletions
32
mkdocs.yml
Normal file
32
mkdocs.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
site_name: Cowley-tech homelab docs
|
||||
site_url: https://docs.lab.cowley.tech
|
||||
theme:
|
||||
name: material
|
||||
language: en
|
||||
palette:
|
||||
primary: blue grey
|
||||
# - 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
|
||||
plugins:
|
||||
- search
|
||||
|
||||
markdown_extensions:
|
||||
- footnotes
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
- tables
|
Loading…
Add table
Add a link
Reference in a new issue