-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
61 lines (54 loc) · 1.88 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
site_name: Gewerbehof Karlsruhe - Freiraum e.V.
site_description: Selbstverwaltetes alternatives Zentrum Karlsruhe
site_author: Freiraum e.V. Karlsruhe
repo_name: "entropia/gewerbehof-webseite"
repo_url: "https://github.com/entropia/gewerbehof-webseite"
edit_uri: "edit/main/docs/"
extra:
generator: false
extra_css:
- css/extra.css
theme:
name: material
favicon: "img/favicon.ico"
logo: "img/logo.svg"
language: de
font: false
palette:
primary: light green
accent: light green
markdown_extensions:
- admonition
nav:
- Übersicht: index.md
- Über uns / Freiraum e. V.: ueber-uns.md
- Aktuelles: aktuelles.md
- Aktivitäten: aktivitaeten.md
- Dienstleistung: dienstleistungen.md
- Technologie & Gesellschaft: technologie.md
- Handwerk: handwerk.md
- Bewegung: bewegung.md
- Kultur, Umwelt & Gesellschaft: gesellschaft.md
- Anfahrt: anfahrt.md
- Impressum & Kontakt: impressum.md
plugins:
- include-markdown
- search
- redirects:
redirect_maps:
# old page
"index.php/betriebe1.html" : betriebe.md
"index.php/inis.html" : organisationen.md
"index.php/ueber-uns.html" : ueber-uns.md
"index.php/deserteursdenkmal.html" : deserteursdenkmal.md
"index.php/impressum.html" : impressum.md
"index.php/kontakt.html" : impressum.md
"index.php/anfahrt.html" : anfahrt.md
"index.php/ehemalige.html" : geschichte.md
"index.php/links.html" : index.md
"services" : dienstleistungen.md
"historie" : geschichte.md
"society" : gesellschaft.md
"crafts" : handwerk.md
"it" : technologie.md
"motion" : bewegung.md