forked from okfde/okfn.de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
54 lines (46 loc) · 1000 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
53
54
baseURL = "https://beta.okfn.de"
languageCode = "de-DE"
title = "OKF"
defaultContentLanguage = "de"
enableRobotsTXT = true
[permalinks]
blog = 'blog/:year/:month/:slug/'
[related]
threshold = 80
includeNewer = true
toLower = false
[[related.indices]]
name = 'authors'
weight = 80
[[related.indices]]
name = 'date'
weight = 40
pattern = 2006
[[related.indices]]
name = 'tags'
weight = 60
[mediaTypes]
[mediaTypes."application/atom"]
suffixes = ["xml"]
[mediaTypes."application/json"]
suffixes = ["json"]
[outputFormats]
[outputFormats.Atom]
mediaType = "application/atom"
baseName = "atom"
isPlainText = false
[outputFormats.Json]
mediaType = "application/json"
baseName = "index"
[languages]
[languages.de]
title = "OKF"
languageName = "DE"
weight = 1
[languages.en]
title = "OKF DE"
languageName = "EN"
weight = 2
[outputs]
home = ["HTML", "Json"]
section = [ "HTML", "Atom", "Json" ]