-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
52 lines (43 loc) · 932 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
40
41
42
43
44
45
46
47
48
49
50
51
52
baseurl = "/"
languageCode = "en-gb"
title = "gingerBill"
theme = "gb-theme"
googleAnalytics = ""
disqusShortname = ""
preserveTaxonomyNames = true
# footnotereturnlinkcontents = "↩"
disableHugoGeneratorInject = true
pygmentsCodeFences = false
pygmentsStyle = "manni"
staticDir = ["static"]
[permalinks]
article = "/article/:year/:month/:day/:slug/"
show = "/show/:slug/"
[taxonomies]
category = "category"
tag = "tags"
series = "series"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Articles"
url = "/article/"
weight = 2
[[menu.main]]
name = "Podcast"
url = "/show/"
weight = 3
[[menu.main]]
name = "Odin"
url = "/odin/"
weight = 4
[[menu.main]]
name = "Subscribe"
url = "/article/index.xml"
[params]
description = ""
footer = "© 2007–2020 Ginger Bill"
[markup.goldmark.renderer]
unsafe=true