-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
58 lines (47 loc) · 1 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
languageCode = "de"
defaultContentLanguage = "de"
removePathAccents = true
buildFuture = true
paginatePath = "page"
disableKinds = ["RSS"]
pygmentsCodefences = true
copyright = "2023 by Lilo.Blog - Creative Commons Attribution-ShareAlike 4.0"
[params]
blogName = "Lilo.Blog"
blogVersion = "3.0.1"
blogUrl = "https://www.lilo.blog"
paginateHome = 12
paginateTags = 36
[permalinks]
posts = "/:filename/"
pages = "/:filename/"
[taxonomies]
tag = "tags"
[outputs]
home = ["HTML", "ATOM"]
term = ["HTML", "ATOM"]
[mediaTypes."application/atom+xml"]
suffixes = ["xml"]
[outputFormats.ATOM]
mediaType = "application/atom+xml"
baseName = "index"
isPlainText = false
[markup.goldmark.renderer]
unsafe = true
[frontmatter]
lastmod = ['lastmod', ':git', ':fileModTime', 'date', 'publishDate']
[related]
includeNewer = true
threshold = 50
toLower = true
[[related.indices]]
name = "tags"
weight = 80
[[related.indices]]
name = "date"
weight = 60
[privacy]
[privacy.vimeo]
enableDNT = true
[privacy.youtube]
privacyEnhanced = true