-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.toml
116 lines (96 loc) · 2.09 KB
/
hugo.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
baseurl = "https://www.effinger.ch/"
languageCode = "de"
title = "Effinger — Kaffeebar & Coworking Space Bern"
pluralizeListTitles = false
preserveTaxonomyNames = true
removePathAccents = true
enableRobotsTXT = true
paginatePath = "seite"
# disableKinds = [ "taxonomyTerm" ]
disableFastRender = true
[markup.goldmark.renderer]
unsafe = true
[params]
author = "Coworking Community Bern"
disqusShortname = "effinger"
archiveEventsAfterMonths = 6
[taxonomies]
category = "categories" # Used for events
finanzen = "finanzen"
tag = "tags"
author = "authors"
[permalinks]
tags = "/blog/tags/:slug/"
authors = "/blog/authors/:slug/"
[menu]
[[menu.main]]
name = "Kaffeebar"
pre = "<i class='fa fa-coffee'></i>"
weight = 101
url = "/kaffeebar/"
[[menu.main]]
name = "Coworking"
pre = "<i class='fa fa-building'></i>"
weight = 102
url = "/coworking/"
[[menu.main]]
name = "Räume"
pre = "<i class='fa fa-calendar-check-o'></i>"
weight = 103
url = "/raeume/"
[[menu.main]]
name = "Über uns"
pre = "<i class='fa fa-users'></i>"
weight = 104
url = "/community/"
[[menu.main]]
name = "Community"
parent = "Über uns"
weight = 1
url = "/community/"
[[menu.main]]
name = "Geschichte"
parent = "Über uns"
weight = 2
url = "/geschichte/"
[[menu.main]]
name = "Grundsätze"
parent = "Über uns"
weight = 3
url = "/grundsaetze/"
[[menu.main]]
name = "Organisation"
parent = "Über uns"
weight = 4
url = "/organisation/"
[[menu.main]]
name = "Circles"
parent = "Über uns"
weight = 5
url = "/circles/"
[[menu.main]]
name = "Finanzen"
parent = "Über uns"
weight = 6
url = "/finanzen/"
[[menu.main]]
name = "Events"
weight = 105
url = "/Events/"
[[menu.main]]
name = "Services"
weight = 106
url = "/services/"
[[menu.main]]
name = "Blog"
weight = 107
url = "/blog/"
[[menu.main]]
name = "Kontakt"
weight = 108
url = "/kontakt/"
# [[menu.main]]
# name = "Jubiläum"
# pre = "<i class='fa fa-birthday-cake'></i>"
# weight = 199
# url = "/jubilaeum/"