-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathconfig.toml
39 lines (32 loc) · 942 Bytes
/
config.toml
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
baseurl = "https://zapfev.de/"
languageCode = "de-DE"
title = "ZaPF e.V."
theme = "zapf"
[params]
# You can use markdown here.
brand = "ZaPF e.V."
topline = "Zusammenkunft aller Physik Fachschaften"
# Sidebar position
# false, true, "left", "right"
sidebar = "left"
# Text for the top menu link, which goes the root URL for the site.
# Default (if omitted) is "Home".
home = "Home"
# Select a syntax highight.
# Check the static/css/highlight directory for options.
highlight = "default"
# Sidebar social links.
github = "ZaPF" # Your Github profile ID
[module]
[[module.mounts]]
source = 'content'
target = 'content'
[[module.mounts]]
source = 'content/zapf/satzung/satzung.md'
target = 'content/zapf/satzung.md'
[[module.mounts]]
source = 'content/zapf/go/go.md'
target = 'content/zapf/go.md'
[[module.mounts]]
source = 'content/zapf/kodex/verhaltenskodex.md'
target = 'content/zapf/kodex.md'