-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
51 lines (51 loc) · 1.03 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
baseURL = "https://blog.ethswarm.org/"
contentDir = "content"
defaultContentLanguage = "en"
enableInlineShortcodes = true
languageCode = "en-us"
theme = "swarm-blog"
title = "Swarm Blog"
[languages.en]
contentDir = "content"
title = "Swarm News Blog"
weight = 5
[languages.fds]
contentDir = "content/fds"
title = "Fair Data Society Blog"
weight = 1
[languages.zh]
contentDir = "content/zh"
title = "Swarm Foundation Blog"
weight = 1
[languages.foundation]
contentDir = "content/foundation"
title = "Swarm Foundation Blog"
weight = 4
[languages.hive]
contentDir = "content/hive"
title = "Swarm Hive Blog"
weight = 3
[languages.wam]
contentDir = "content/wam"
title = "We Are Millions Blog"
weight = 2
[outputs]
home = ["HTML", "JSON"]
section = ["HTML"]
[permalinks]
categories = "/c/:title"
posts = ":year/:slug/"
[related]
includeNewer = true
threshold = 80
toLower = true
[[related.indices]]
name = "categories"
weight = 10
[[related.indices]]
name = "date"
weight = 40
[taxonomies]
category = "categories"
[markup.goldmark.renderer]
unsafe = true