-
Notifications
You must be signed in to change notification settings - Fork 17
/
config.toml
385 lines (340 loc) · 10.8 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
baseURL = "https://foundation.dogecoin.com"
title = "Dogecoin Foundation"
languageCode = "en-us"
theme = "hello-friend-ng"
PygmentsCodeFences = true
PygmentsStyle = "monokai"
paginate = 10
rssLimit = 10 # Maximum number of items in the RSS feed.
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
# googleAnalytics = ""
# disqusShortname = ""
archetypeDir = "archetypes"
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
buildFuture = false
buildExpired = false
canonifyURLs = true
enableRobotsTXT = true
enableGitInfo = false
enableEmoji = true
enableMissingTranslationPlaceholders = false
disableRSS = false
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = false
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[permalinks]
posts = "/posts/:year/:month/:title/"
[author]
name = "Dogecoin Foundation"
[blackfriday]
hrefTargetBlank = true
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Metadata mostly used in document's head
#
description = "Dogecoin Foundation"
keywords = "dogecoin foundation"
images = ["doge.png"]
# Home subtitle of the index page.
#
homeSubtitle = "Do Only Good Everyday"
# Set a background for the homepage
# backgroundImage = "/assets/images/screenshot.png"
# Prefix of link to the git commit detail page. GitInfo must be enabled.
#
# gitUrl = ""
# Set disableReadOtherPosts to true in order to hide the links to other posts.
#
disableReadOtherPosts = false
# Enable theme toggle
#
# This options enables the theme toggle for the theme.
# Per default, this option is off.
# The theme is respecting the prefers-color-scheme of the operating systeme.
# With this option on, the page user is able to set the scheme he wants.
enableThemeToggle = true
# Sharing buttons
#
# There are a lot of buttons preconfigured. If you want to change them,
# generate the buttons here: https://sharingbuttons.io
# and add them into your own `layouts/partials/sharing-buttons.html`
#
enableSharingButtons = true
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
#
customCSS = []
customJS = []
# Toggle this option need to rebuild SCSS, requires extended version of Hugo
#
justifyContent = false # Set "text-align: justify" to .post-content.
# Custom footer
# If you want, you can easily override the default footer with your own content.
#
[params.footer]
trademark = true
rss = true
copyright = false
author = true
topText = []
bottomText = [
"Powered by Doges with <a href=\"http://gohugo.io\">Hugo</a>",
"Theme made with ❤ by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
]
# Colors for favicons
#
[params.favicon.color]
mask = "#1b1c1d"
msapplication = "#1b1c1d"
theme = "#1b1c1d"
[params.logo]
logoMark = "Dogecoin"
logoText = ">"
logoHomeLink = "/"
# Set true to remove the logo cursor entirely.
logoCursorDisabled = true
# Set to a valid CSS color to change the cursor in the logo.
# logoCursorColor = "#67a2c9"
# Set to a valid CSS time value to change the animation duration, "0s" to disable.
# logoCursorAnimate = "2s"
# Commento is more than just a comments widget you can embed —
# it’s a return to the roots of the internet.
# An internet without the tracking and invasions of privacy.
# An internet that is simple and lightweight.
# An internet that is focused on interesting discussions, not ads.
# A better internet.
# Uncomment this to enable Commento.
#
# [params.commento]
# url = ""
# Uncomment this if you want a portrait on your start page
#
[params.portrait]
path = "/doge.png"
alt = "Portrait"
maxWidth = "200px"
# Social icons
[[params.social]]
name = "twitter"
url = "https://twitter.com/dogecoinfdn"
[[params.social]]
name = "github"
url = "https://github.com/dogecoinfoundation"
[[params.social]]
name = "reddit"
url = "https://www.reddit.com/r/dogecoindev"
[languages]
[languages.en]
subtitle = "Welcome"
weight = 1
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.fr]
subtitle = "Hello Friend NG Theme"
weight = 2
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.de]
subtitle = "Hello Friend NG Theme"
weight = 3
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.he]
subtitle = "Hello Friend NG Theme"
weight = 4
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.zh-cn]
subtitle = "Hello Friend NG Theme"
weight = 5
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.zh-cn.menu]
[[languages.zh-cn.menu.main]]
identifier = "home"
name = "主页"
url = "/"
weight = 1
[[languages.zh-cn.menu.main]]
identifier = "about"
name = "关于"
url = "about/"
weight = 2
[[languages.zh-cn.menu.main]]
identifier = "manifesto"
name = "宣言"
url = "manifesto/"
weight = 3
[[languages.zh-cn.menu.main]]
identifier = "trailmap"
name = "路线"
url = "trailmap/prologue"
weight = 4
[[languages.zh-cn.menu.main]]
identifier = "news"
name = "新闻"
url = "news/"
weight = 5
[languages.zh-cn.menu.main.params]
class = "parent"
[[languages.zh-cn.menu.main]]
identifier = "press"
name = "Press Releases"
url = "press/"
weight = 1
parent = "news"
[[languages.zh-cn.menu.main]]
identifier = "advisories"
name = "告示"
url = "advisories/"
weight = 2
parent = "news"
[[languages.zh-cn.menu.main]]
identifier = "announcements"
name = "公告"
url = "announcements/"
weight = 3
parent = "news"
[languages.pt]
subtitle = "Hello Friend NG Theme"
weight = 6
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.no]
subtitle = "Hello Friend NG Theme"
weight = 8
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.th]
subtitle = "Hello Friend NG Theme"
weight = 9
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.zh-tw]
subtitle = "Hello Friend NG Theme"
weight = 10
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.id]
subtitle = "Hello Friend NG Theme"
weight = 11
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.es]
subtitle = "Hello Friend NG Theme"
weight = 12
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.es.menu]
[[languages.es.menu.main]]
identifier = "home"
name = "Inicio"
url = "/"
weight = 1
[[languages.es.menu.main]]
identifier = "about"
name = "Acerca de"
url = "about/"
weight = 2
[[languages.es.menu.main]]
identifier = "manifesto"
name = "Manifiesto"
url = "manifesto/"
weight = 3
[[languages.es.menu.main]]
identifier = "trailmap"
name = "Hoja de ruta"
url = "trailmap/prologue"
weight = 4
[[languages.es.menu.main]]
identifier = "news"
name = "Noticias"
url = "news/"
weight = 5
[languages.es.menu.main.params]
class = "parent"
[[languages.es.menu.main]]
identifier = "press"
name = "Comunicados de prensa"
url = "press/"
weight = 1
parent = "news"
[[languages.es.menu.main]]
identifier = "advisories"
name = "Avisos"
url = "advisories/"
weight = 2
parent = "news"
[[languages.es.menu.main]]
identifier = "announcements"
name = "Anuncios"
url = "announcements/"
weight = 3
parent = "news"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
url = "about/"
weight = 2
[[menu.main]]
identifier = "manifesto"
name = "Manifesto"
url = "manifesto/"
weight = 3
[[menu.main]]
identifier = "trailmap"
name = "Trailmap"
url = "trailmap/prologue/"
weight = 4
[[menu.main]]
identifier = "blogMain"
name = "Blog"
url = "/blog/"
weight = 5
[[menu.main]]
identifier = "news"
name = "News"
url = "news/"
weight = 6
[menu.main.params]
class = "parent"
[[menu.main]]
identifier = "press"
name = "Press Releases"
url = "press/"
weight = 1
parent = "news"
[[menu.main]]
identifier = "jobs"
name = "Jobs"
url = "jobs/"
weight = 2
parent = "news"
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "blog/"
weight = 2
parent = "news"
[[menu.main]]
identifier = "advisories"
name = "Advisories"
url = "advisories/"
weight = 2
parent = "news"
[[menu.main]]
identifier = "announcements"
name = "Announcements"
url = "announcements/"
weight = 3
parent = "news"