-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
208 lines (171 loc) · 5.97 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
baseURL = "https://dotnetdevs.at/"
languageCode = "de-AT"
title = ".NET Devs Austria"
enableRobotsTXT = true
enableEmoji = true
theme = "dotnetdevsat"
googleAnalytics = "UA-151903024-1"
paginate = 3 # Number of articles displayed on the homepage # 首页每页显示的文章数
rssLimit = 20 # Limit Entry Count to Rss file # 限制 Rss 文章输出数量
defaultContentLanguage = "de" # Default language to use
[author] # essential # 必需
name = "DotNetDevs.at - Verein zur Unterstützung von .NET Entwickler/innen in Österreich"
[permalinks]
post = "/posts/:slug/"
#[[menu]]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 10
[[menu.main]]
identifier = "bundeslaender"
name = "Bundesländer"
weight = 12
[[menu.main]]
parent = "bundeslaender"
identifier = "wien"
name = "Wien"
url = "/bundesland/wien"
weight = 1
[[menu.main]]
parent = "bundeslaender"
identifier = "niederoesterreich"
name = "Niederösterreich"
url = "/bundesland/niederoesterreich"
weight = 2
[[menu.main]]
parent = "bundeslaender"
identifier = "burgenland"
name = "Burgenland"
url = "/bundesland/burgenland"
weight = 3
[[menu.main]]
parent = "bundeslaender"
identifier = "oberoesterreich"
name = "Oberösterreich"
url = "/bundesland/oberoesterreich"
weight = 4
[[menu.main]]
parent = "bundeslaender"
identifier = "salzburg"
name = "Salzburg"
url = "/bundesland/salzburg"
weight = 5
[[menu.main]]
parent = "bundeslaender"
identifier = "tirol"
name = "Tirol"
url = "/bundesland/tirol"
weight = 6
[[menu.main]]
parent = "bundeslaender"
identifier = "vorarlberg"
name = "Vorarlberg"
url = "/bundesland/vorarlberg"
weight = 7
[[menu.main]]
parent = "bundeslaender"
identifier = "steiermark"
name = "Steiermark"
url = "/bundesland/steiermark"
weight = 8
[[menu.main]]
parent = "bundeslaender"
identifier = "kaernten"
name = "Kärnten"
url = "/bundesland/kaernten"
weight = 9
[[menu.main]]
identifier = "communities"
name = "Communities"
weight = 15
# [[menu.main]]
# parent = "communities"
# identifier = "fsharp_vienna"
# name = "F# Vienna"
# url = "/communities/fsharp_vienna"
# weight = 16
[[menu.main]]
parent = "communities"
identifier = "dotnet_community_austria"
name = ".NET Community Austria"
url = "/communities/dotnet_community_austria"
weight = 17
[[menu.main]]
identifier = "sponsoring"
name = "Sponsoring"
weight = 18
url = "/sponsoring/"
[[menu.main]]
identifier = "team"
name = "Team"
weight = 19
url = "/team/"
[[menu.main]]
identifier = "posts"
name = "Blog Archiv"
weight = 20
url = "/post/"
[[menu.main]]
identifier = "slack"
name = "Slack"
url = "/slack/"
weight = 40
[params]
since = "2019" # Site creation time # 站点建立时间
homeFullContent = true # if false, show post summaries on home page. Othewise show full content.
rssFullContent = true # if false, Rss feed instead of the summary
mainSections = ["post"]
# site info (optional) # 站点信息(可选,不需要的可以直接注释掉)
logoTitle = "" # default: the title value # 默认值: 上面设置的title值
keywords = []
description = ""
# The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/
dateFormatToUse = "2006-01-02"
# 一些全局开关,你也可以在每一篇内容的 front matter 中针对单篇内容关闭或开启某些功能,在 archetypes/default.md 查看更多信息。
# Some global options, you can also close or open something in front matter for a single post, see more information from `archetypes/default.md`.
toc = false # 是否开启目录
photoswipe = false # see https://github.com/dimsemenov/PhotoSwipe # 是否启用PhotoSwipe(图片可点击)
#contentCopyright = '<a rel="license noopener" href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND 4.0</a>'
contentCopyright = false
# Link custom CSS and JS assets
# (relative to /static/css and /static/js respectively)
customCSS = ['style.css', 'cookieconsent.min.css'] # if ['custom.css'], load '/static/css/custom.css' file
customJS = ['cookieconsent.min.js', 'cookies.js'] # if ['custom.js'], load '/static/js/custom.js' file
showMenuLanguageChooser = true
#moreMeta = true
customFooter = '<a href="/impressum/" >Impressum</a>'
[params.social] # 社交链接
#a-email = "mailto:[email protected]"
#b-stack-overflow = "http://localhost:1313"
c-twitter = "https://twitter.com/DotNetDevsAT"
#d-facebook = "http://localhost:1313"
#e-linkedin = "http://localhost:1313"
#f-google = "http://localhost:1313"
g-github = "https://github.com/dotnetdevsaustria"
#h-weibo = "http://localhost:1313"
#i-zhihu = "http://localhost:1313"
#j-douban = "http://localhost:1313"
#k-pocket = "http://localhost:1313"
#l-tumblr = "http://localhost:1313"
#m-instagram = "http://localhost:1313"
#n-gitlab = "http://localhost:1313"
#o-goodreads = "http://localhost:1313"
#p-coding = "http://localhost:1313"
#q-bilibili = "http://localhost:1313"
t-slack = "https://dotnetdevsaustria.slack.com"
u-youtube = "https://www.youtube.com/channel/UCuf0V0imn7bI_wST2fEHgXQ"
v-twitch = "https://www.twitch.tv/dotnetdevsat"
w-meetup = "https://www.meetup.com/dotnet-austria"
[languages]
[languages.en]
title = ""
languageCode = "en"
LanguageName = "English"
weight = 1
[languages.de]
title = ""
languageCode = "de"
LanguageName = "Deutsch"
weight = 2