forked from flowinho/arc42-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
174 lines (165 loc) · 4.68 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
copyright: Copyright © 2024 - Florian Schuttkowski
site_name: florianschuttkowski.com
site_url: https://florianschuttkowski.com
site_author: Florian Schuttkowski
repo_url: https://github.com/flowinho/arc42-website/
repo_name: flowinho/arc42-website
edit_uri: edit/main/docs/
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/tablesort.min.js
- javascripts/tablesort.js
theme:
name: material
custom_dir: overrides
language: de
# logo: assets/pixar-me.jpg
favicon: assets/favicon.png
icon:
repo: fontawesome/brands/github
logo: fontawesome/solid/dragon
tag:
default: fontawesome/solid/tag
mfmkdocs: simple/materialformkdocs
mermaid: simple/mermaid
apache: simple/apache
css: simple/css3
markdown: simple/markdown
keys: material/key-chain
server: material/server
fonts: material/format-font
lebenslauf: material/file-account
glossar: material/library
kontext: material/arrow-expand-all
bausteinsicht: material/apps
ladefuchs: material/ev-station
swift: material/language-swift
ios: simple/ios
uikit: fontawesome/brands/apple
dersoftwareengineer: fontawesome/solid/laptop-code
derpapa: material/account-child-outline
derdatenschutzenthusiast: material/data-matrix
derpodcaster: material/podcast
dernerd: fontawesome/brands/rebel
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Zum hellen Modus wechseln
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: indigo
toggle:
icon: material/brightness-7
name: Zum dunklen Modus wechseln
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: indigo
toggle:
icon: material/brightness-4
name: Farbvorgabe des Systems anwenden
features:
- navigation.instant
- navigation.instant.preview
- navigation.instant.progress
- navigation.tracking
- navigation.sections
- navigation.path
- toc.follow
- content.code.copy
- content.code.select
- content.action.edit
- content.action.view
- content.footnote.tooltips
plugins:
- search
- tags:
tags_file: glossar/schlagworte.md
tags_hierarchy: true
tags_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- privacy:
links_attr_map:
target: _blank
- optimize:
enabled: true
cache: false
- social
- glightbox
- awesome-pages
- typeset
- git-authors
- meta:
enabled: true
- mermaid2:
arguments:
securityLevel: 'loose'
extra:
tags:
MaterialForMKDocs: mfmkdocs
Mermaid: mermaid
Apache: apache
CSS: css
Markdown: markdown
PublicKeys: keys
Server: server
Fonts: fonts
Lebenslauf: lebenslauf
Kontext: kontext
Glossar: glossar
Bausteinsicht: bausteinsicht
Ladefuchs: ladefuchs
Swift: swift
UIKit: uikit
iOS: ios
Der Software-Engineer: dersoftwareengineer
Der Papa: derpapa
Der Datenschutz-Enthusiast: derdatenschutzenthusiast
Der Podcaster: derpodcaster
Der Nerd: dernerd
generator: false
social:
- icon: fontawesome/brands/mastodon
link: https://chaos.social/@flowinho
- icon: fontawesome/brands/github
link: https://github.com/flowinho
- icon: fontawesome/brands/signal-messenger
link: https://signal.me/#eu/YYsmjGrYPtnITzp0VY2zv6DvpI0ZO03kGV3ErqrMXQ4Xw1_UJtNI8KqaiDswvKQ
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
- icon: fontawesome/solid/mug-hot
link: https://ko-fi.com/flowinho
markdown_extensions:
- abbr # Tooltips
- admonition # Callouts (mega)
- attr_list # HTML Klassen, braucht zB lazy loading
- md_in_html # markdown und html mischen
- footnotes
- toc:
permalink: true
- tables
- pymdownx.details
#- pymdownx.blocks.caption
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.extra:
pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
#format: !!python/name:mermaid2.fence_mermaid # Plain Mermaid, without Material Theme