-
Notifications
You must be signed in to change notification settings - Fork 24
/
mkdocs.yml
95 lines (89 loc) · 2.09 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
site_name: Learn with Antura
site_url: https://antura.org
site_author: VGWB
site_description: The Learn with Antura project website and docs for Educators, Game Designers and Game Developers
copyright: <a href="/about">© CGL / VGWB | CC BY-NC-SA</a> | <a href="/privacy-policy">Privacy Policy</a>
theme:
name: material
language: en
logo: assets/icon.png
favicon: assets/icon.png
icon:
repo: fontawesome/brands/git-alt
edit: material/file-edit-outline
features:
# - content.action.edit
# - navigation.footer
- navigation.tracking
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.indexes
# - navigation.expand
# - navigation.sections
# - announce.dismiss
font:
text: Roboto
code: Roboto Mono
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- tables
- footnotes
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- attr_list
- def_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# Plugins
plugins:
- search:
lang: en
- table-reader
- minify:
minify_html: true
- awesome-pages
- exclude:
glob:
- "*/_local/*"
- "*/_draft/*"
- tags:
tags: true
- blog:
blog_toc: true
authors: false
post_date_format: "dd-MM-yyyy"
post_url_date_format: yyyy
post_url_format: "{date}/{slug}"
post_readtime: false
repo_url: https://github.com/vgwb/Antura
edit_uri: "edit/main/docs/"
repo_name: GitHub/Antura
# extra:
# alternate:
# - name: English
# link: /
# lang: en
# - name: Deutsch
# link: /de/
# lang: de
extra_css:
- assets/stylesheets/extra.css