-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
93 lines (86 loc) · 1.88 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
site_name: Wiki
site_description: Wiki
site_author: rwxd
site_url: https://wiki.rwxd.eu
dev_addr: 0.0.0.0:8000
repo_name: "wiki"
repo_url: "https://github.com/rwxd/wiki"
docs_dir: "./"
edit_uri: "edit/source/docs/content/"
# https://squidfunk.github.io/mkdocs-material/
theme:
name: "material"
palette:
- scheme: slate
primary: teal
accent: teal
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: default
primary: teal
accent: teal
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
icon:
# logo: material/code-braces-box
logo: material/pine-tree
favicon: assets/page/favicon-96x96.png
language: en
include_sidebar: true
features:
- content.code.annotate
- content.code.copy
feature:
tabs: false
i18n:
prev: "Previous"
next: "Next"
font:
text: Inter
code: Fira Code
copyright: "Copyright © 2023 rwxd"
plugins:
- search
- same-dir
- roamlinks
- material-plausible
- exclude:
glob:
- "Readwise/*"
- "Ignore/*"
- ".trash/*"
- ".obsidian/*"
# - "assets/*"
- "*.tmp"
- "*.pdf"
- "*.gz"
regex:
- '.*\.(tmp|bin|tar)$'
# - awesome-pages:
# collapse_single_pages: false
markdown_extensions:
- pymdownx.highlight:
linenums: true
linenums_style: pymdownx-inline
guess_lang: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets
- toc:
permalink: "⚑"
- plantuml_markdown:
base_dir: src/plantuml/
format: svg
- pymdownx.arithmatex:
generic: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/rwxd
analytics:
provider: plausible
domain: wiki.rwxd.de
src: "https://plausible.chaops.de/js/script.js"