-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
executable file
·94 lines (78 loc) · 2.08 KB
/
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
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
# Site settings
baseurl = "https://alarmdisplay.org/"
languageCode = "de-de"
defaultContentLanguage = "de"
title = "Projekt Alarmdisplay"
theme = "syna"
enableGitInfo = true
version = "0.17.4"
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
# Google Analytics tracking
googleAnalytics = ""
[outputs]
home = ["HTML", "JSON"]
[frontmatter]
date = ["date", "lastmod"]
lastmod = ["lastmod", ":git", "date"]
[params]
name = "Andreas Brain"
description = "Informationssystem für Hilfsorganisationen"
[params.style]
#background = "secondary"
# Theme customizations
# Assets relative to 'static/'
[params.custom]
favicon = "favicon.ico"
favicon_ico_sizes = "16x16 32x32"
favicon_png = "favicon.png"
favicon_svg = "favicon.svg"
# Optional, global disable switch for fontawesome related files
# For custom fontawesome js files use the custom.js method
[params.fontawesome]
disabled = false
pro = false
[params.colors]
primary = "#aa050d"
secondary = "#bdcddd"
success = "#008f54"
info = "#00c9dc"
warning = "#fdf314"
danger = "#dc1200"
light = "#f8f9fa"
dark = "#343a40"
# main/prepend/postpend menus are displayed in nav fragment.
# footer/footer_social menus are displayed in footer fragment.
# copyright_footer menus are displayed in copyright fragment
# Keep an eye out for updates. These will be moved out to make navbar more
# configurable.
[[menu.main]]
url = "/"
name = "Home"
weight = 10
[[menu.footer]]
url = "https://community.alarmdisplay.org"
name = "Community-Forum"
weight = 5
[[menu.footer]]
url = "https://docs.alarmdisplay.org"
name = "Dokumentation"
weight = 10
[[menu.footer]]
url = "/spenden/"
name = "Spenden"
weight = 15
[[menu.footer_social]]
weight = 30
name = "GitHub"
url = "https://github.com/alarmdisplay"
pre = "fab fa-github"
[[menu.footer_social]]
weight = 40
name = "Twitter"
url = "https://twitter.com/alarm_display"
pre = "fab fa-twitter"
[[menu.footer_social]]
weight = 50
name = "Mastodon"
url = "https://chaos.social/@alarmdisplay"
pre = "fab fa-mastodon"