-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
86 lines (70 loc) · 1.6 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
baseURL = "https://krinkko.github.io"
title = "krinkko's"
theme = "hugo-theme-stack"
themesDir = "themes"
languageCode = "de-de"
defaultContentLanguage = "de"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
enableRobotsTXT = true
enableEmoji = true
paginate = 5
[params]
description = "Braunschweig based sysadmin. Proud father of two and husband. I like hardcore punk, songwriters to rap. Open mind, open heart. LOVES bicycles <3"
copyright = "© 2024 d381blog"
dark = "auto"
highlight = true
mainSections = "posts"
## Widgets
[widgets]
[[widgets.homepage]]
type = "search"
[[widgets.homepage]]
type = "archives"
[widgets.homepage.params]
limit = 5
[[widgets.homepage]]
type = "categories"
[widgets.homepage.params]
limit = 10
[[widgets.homepage]]
type = "tag-cloud"
[widgets.homepage.params]
limit = 10
[[widgets.page]]
type = "toc"
[permalinks]
posts = "/:title/"
[markup.goldmark.renderer]
# Allows HTML in Markdown
unsafe = true
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = false
disable = true
respectDoNotTrack = true
useSessionStorage = false
[privacy.instagram]
disable = false
simple = true
[privacy.twitter]
disable = false
enableDNT = false
simple = true
[privacy.vimeo]
disable = false
enableDNT = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true
[comments]
enabled = true
provider = "cactus"
[comments.cactus]
defaultHomeserverUrl = "https://matrix.cactus.chat:8448"
serverName = "cactus.chat"
siteName = "krinkko.github.io"