-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
164 lines (155 loc) · 4.27 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
site_name: Dance
repo_name: dschogo/Dance
site_url: https://dschogo.github.io/Dance/
repo_url: https://github.com/Dschogo/Dance
edit_uri: edit/main/docs/
site_author: Dschogo
site_description: Wiki für Tanzfiguren
watch:
- overrides/
- main.py
theme:
name: material
features:
- toc.follow
- content.code.annotate
# - toc.integrate
- navigation.instant
- navigation.instant.progress
- navigation.instant.prefetch
- navigation.tabs
- navigation.indexes
- navigation.tracking
- navigation.top
# - navigation.expand
# - navigation.sections
- navigation.footer
- navigation.path
- search.share
- search.highlight
- search.suggest
- content.action.edit
icon:
logo: material/dance-ballroom
favicon: favicon.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: purple
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
custom_dir: overrides
language: de
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: ⚓︎
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- social:
cards: true
enabled: !ENV [CI, false]
- git-committers:
repository: dschogo/Dance
branch: main
enabled: !ENV [CI, false]
- search
- awesome-pages:
filename: .pages.yml
- git-revision-date-localized:
enable_creation_date: true
type: timeago
enabled: !ENV [CI, false]
- glightbox:
touchNavigation: true
loop: false
effect: zoom
width: 100%
height: 100%
zoomable: true
draggable: false
auto_caption: false
caption_position: bottom
- minify:
minify_html: !ENV [CI, false]
- macros
# - print-site:
# add_full_urls: false
# add_table_of_contents: true
# toc_title: "Table of Contents"
# toc_depth: 2
# enumerate_headings: true
# add_cover_page: true
# exclude:
# - index.md
extra_css:
- extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Dschogo
status:
new: Recently added
deprecated: Deprecated
unfinished: Unfinished
todo: Figur fehlt noch komplett
todo2: Grober Text vorhanden
todo3: Text / Markdown muss noch überarbeitet werden
yt: Video verlinked, Text fehlt
name: Name fehlt
analytics:
provider: google
property: G-H65N1ZZBBE
# feedback:
# title: War diese Seite hilfreich??
# ratings:
# - icon: material/emoticon-happy-outline
# name: Ja, hilfreich :D
# data: 1
# note: >-
# Danke für dein Feedback!
# - icon: material/emoticon-sad-outline
# name: Nein, nicht hilfreich :(
# data: 0
# note: >-
# Danke für dein Feedback!
copyright: Copyright © 2024 Dschogo