-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
99 lines (83 loc) · 1.78 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
theme = "anatole"
[params]
title = "My Blog"
author = "SpinDev"
description = "Some insights in my work and my life."
keywords = "DevOps, GitHub, Azure DevOps, GitHub Pages, Azure"
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/"
[[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:[email protected]"
[[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