-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
44 lines (39 loc) · 1.1 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
site_name: Erstsemesterakademie BaWü zukunftsfähig - Hilfeseite
site_url: https://help.ersti-akademie-bw.de
repo_url: https://github.com/davidkopp/ersti-akademie-help
site_description: 'Hilfeseite für die Erstsemesterakademie BaWü zukunftsfähig'
site_author: 'David Kopp'
nav:
- 🏠: index.md
- zukunftsfaehig.md
- bbb.md
- support.md
theme:
name: material
favicon: assets/help-black.svg
logo: assets/help-white.svg
language: de
palette:
primary: green
accent: green
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- toc.integrate
markdown_extensions:
- toc
- admonition
- pymdownx.critic
- pymdownx.betterem:
smart_enable: all
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- git-revision-date-localized:
type: date
copyright: <a href="https://www.ersti-akademie-bw/" target="_blank">Erstsemesterakademie BaWü zukunftsfähig</a>