-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
114 lines (96 loc) · 2.14 KB
/
config.toml
File metadata and controls
114 lines (96 loc) · 2.14 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
[module]
[[module.imports]]
path = "github.com/lxndrblz/anatole"
disable = false
[params]
title = "My Blog"
author = "SpinDev"
description = "Some insights in my work and my life."
keywords = "DevOps, GitHub, Azure DevOps, GitHub Pages, Azure, dotnet, c#"
profilePicture = "images/logo.png"
copyright = "SpinDev 2022-{{ YEAR }}"
displayMode = "dark"
contentratio = 0.7
singleDateFormat = "02.01.2006"
indexDateFormat = "02.01.2006"
listDateFormat = "02.01.2006"
readMore = true
rssFullContent = true
favicon = "favicons/"
customCss = ["css/custom.css"]
[params.giscus]
repo = "spindev/spindev.github.io"
repoID = "R_kgDOIhKBpA"
category = "General"
categoryID = "DIC_kwDOIhKBpM4CsH2C"
[params.umami]
serverURL = "cloud.umami.is"
id = "b55bfdb2-f443-43e9-b5f6-4b5f40855584"
trackerScriptName = "script.js"
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/spindev/"
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "Linkedin"
url = "https://de.linkedin.com/in/till-spindler-78207024b"
[[params.socialIcons]]
icon = "fas fa-certificate"
title = "credly"
url = "https://credly.com/users/till-spindler/badges"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:hello@spindev.net"
[[params.socialIcons]]
icon = "fas fa-rss"
title = "rss"
url = "/index.xml"
mainSections = ["posts"]
enableEmoji = true
enableRobotsTXT = true
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
[mermaid]
enable = true
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
name = "Posts"
weight = 200
identifier = "post"
url = "/post/"
[[menu.main]]
name = "Friends"
weight = 300
identifier = "friends"
url = "/friends/"
[[menu.main]]
name = "About"
weight = 400
identifier = "about"
url = "/about/"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe=true
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[related]
includeNewer = true
threshold = 80
toLower = true
[[related.indices]]
name = 'keywords'
weight = 100
[[related.indices]]
name = 'tags'
weight = 80