-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.toml
102 lines (85 loc) · 2.29 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
baseurl = "https://bepsays.com/"
title = "bepsays.com"
languageCode = "no-nns"
metaDataFormat = "yaml"
newContentEditor = "mate"
pygmentsStyle = "trac"
canonifyUrls = "true"
pluralizeListTitles = "false"
pygmentsCodeFences = "true"
paginatePath = "side"
enableEmoji = true
paginate = 6
defaultContentLanguage = "nn"
defaultContentLanguageInSubdir = false
sectionPagesMenu = "sect"
staticDir = ["static"]
googleAnalytics = "UA-52478213-1"
disqusShortname = "bepsays"
# Note: This can also be set per language...
# Every Page Kind without a definition here will be assigned the HTML output format.
# Also note that the outputs section in Page front matter will override any setting in here.
[outputs]
home = [ "HTML" ]
# home = [ "HTML", "AMP", "RSS", "JSON", "MyEnrichedFormat"]
# page = [ "HTML"]
[blackfriday]
angledQuotes = true
hrefTargetBlank = true
[permalinks]
pol = "/:year/:month/:day/:slug/"
fun = "/:year/:month/:day/:slug/"
art = "/:year/:month/:day/:slug/"
tec = "/:year/:month/:day/:slug/"
[taxonomies]
tag = "tags"
series = "series"
[params]
description = "bepsays.com. Om dette og hint..."
[params.colors]
main = "green"
# The media types and output format definitions below are just for testing/demo purpose....
[mediaTypes]
[mediaTypes."text/enriched"]
suffixes = ["enr"]
[outputFormats]
# Not sure what the Enriched format is, but this will produce a plain text Home page with URL bep://bepsays.com/myindex.enr
[outputFormats.MyEnrichedFormat]
mediaType = "text/enriched" # Matched by Type in the mediaTypes set.
baseName = "myindex"
isPlainText = true
protocol = "bep://"
[languages]
[languages.nn]
languageName = "Nynorsk"
weight = 1
title = "Bepsays på norsk"
[languages.en]
languageName = "English"
weight = 2
title = "Bepsays in English"
paginatePath = "page"
description = "bepsays.com. About this and that."
[languages.en.blackfriday]
angledQuotes = false
hrefTargetBlank = true
[languages.en.mediaTypes]
[languages.en.mediaTypes."application/xhtml"]
suffixes = ["xml"]
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
respectDoNotTrack = true
anonymizeIP = true
useSessionStorage = true
[privacy.instagram]
simple = true
[privacy.speakerDeck]
disable = true
[privacy.twitter]
enableDNT = true
[privacy.vimeo]
disable = true
[privacy.youtube]
privacyEnhanced = true