forked from bildung6/bildung6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
67 lines (62 loc) · 1.54 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
site_name: Bildung 6.0
repo_url: https://github.com/bildung6/bildung6
site_url: https://bildung6.github.io/bildung6/
edit_uri: edit/main/docs/
markdown_extensions:
- footnotes
- abbr
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- md_in_html
- pymdownx.magiclink
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- name: yaml
class: yaml
format: superfences.fence_code_format
plugins:
- search
- macros
hooks:
- my_hooks.py
theme:
custom_dir: docs/overrides
language: de
features:
- content.action.edit
- content.action.view
- navigation.tabs
- navigation.sections
- social
- content.code.annotate
- content.code.copy
name: material
palette:
primary: #4051b5
accent: #4051b5
favicon: images/favicon.png
icon:
logo: material/book-open-page-variant
repo: fontawesome/brands/github
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css
- stylesheets/extra.css?v=1.4
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/extra.js?v=1.3
extra:
social:
- icon: simple/creativecommons
link: /bildung6/projekt/#lizenz
name: CC BY-SA 4.0 International