-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
122 lines (116 loc) · 3.04 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---
site_name: nicholaswilde | Home Cluster
site_description: >-
My home Kubernetes (k3s) cluster managed by GitOps (Flux2)
site_author: Nicholas Wilde
site_url: https://nicholaswilde.io/home-cluster
copyright: Copyright © 2021 Nicholas Wilde
dev_addr: '0.0.0.0:8000'
# Repository
repo_name: nicholaswilde/home-cluster
repo_url: https://github.com/nicholaswilde/home-cluster
edit_uri: ""
# Page tree
nav:
- Home: index.md
- Specs: specs.md
- Operating System: operating-system.md
- K3s: k3s.md
- Flux: flux.md
- Ansible: ansible.md
- Mozilla SOPS: sops.md
- TLS: tls.md
- Namespaces:
- dev: namespaces/dev.md
- home: namespaces/home.md
- media: namespaces/media.md
- system-upgrade: namespaces/system-upgrade.md
- test: namespaces/test.md
- Restoration: restoration.md
extra:
social:
- icon: fontawesome/solid/home
link: https://nicholaswilde.io/
- icon: fontawesome/brands/github
link: https://github.com/nicholaswilde
- icon: fontawesome/brands/twitter
link: https://twitter.com/nicholascwilde
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/wildewoodworking/
- icon: fontawesome/brands/linkedin-in
link: https://www.linkedin.com/in/nicholaswilde
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/nicholas.wilde/
- icon: fontawesome/brands/keybase
link: https://keybase.io/nicholaswilde
- icon: fontawesome/solid/key
link: https://github.com/nicholaswilde.gpg
theme:
name: material
icon:
repo: fontawesome/brands/github
# Default values, taken from mkdocs_theme.yml
language: en
font:
text: Roboto
code: Roboto Mono
logo: assets/images/logo.png
favicon: assets/images/logo.png
features:
- navigation.top
palette:
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search
- minify:
minify_html: true
# Extensions
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: nicholaswilde
repo: notes
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid-experimental
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde