-
Notifications
You must be signed in to change notification settings - Fork 9
/
hugo.toml
39 lines (35 loc) · 920 Bytes
/
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
baseURL = "https://pactus.org"
title = "Pactus blockchain"
relativeURLs = true
canonifyURLs = true
[permalinks]
blog = "/:year/:month/:day/:title/"
[params]
releaseTag = "v1.6.4"
mainCSS = "css/main.css"
subtitle = "Building decentralized future together!"
[params.contact]
email = "[email protected]"
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [["[", "]"], ["$$", "$$"]]
inline = [["(", ")"], ["$", "$"]]
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[imaging]
[imaging.exif]
disableDate = false
disableLatLong = false
excludeFields = ""
includeFields = ""
[outputs]
home = ["html", "rss"]
section = ["html", "rss"]
taxonomy = ["html"]
term = ["html"]