-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
54 lines (44 loc) · 1.23 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
baseURL = 'https://richardschwabe.github.io'
languageCode = 'en-us'
title = 'Richard Schwabe'
theme = "freelancer"
disqusShortname = "www-richardschwabe-de"
googleAnalytics = "G-GC8SR0HG51"
pluralizeListTitles = false
enableemoji = true
addDot = true
addFrame = true
highlightColor = '#7b16ff'
[params]
tagLine = "Software Developer - Dad - Youtuber"
homePosts = 3
homeProjects = 3
aboutLeft = "I like technology and I like to share my knowledge. I mostly do Software Development, but my specilisation is Information Security."
aboutRight = "I picked up my Youtube channel in October 2022 and love making videos about python and bot development."
[[params.social]]
icon_pack='fa-brands'
icon="youtube"
url="https://www.youtube.com/@richardschwabe"
[[params.social]]
icon_pack='fa-solid'
icon="tree"
url="https://www.linktr.ee/richardschwabe"
[[params.social]]
icon_pack='fa-brands'
icon="discord"
url="https://discord.gg/6h3xTkrpQT"
[params.location]
lineOne = "2215 John Daniel Drive"
lineTwo = "Clark, MO 65243"
[params.sbform]
token = ""
[related]
includeNewer = true
threshold = 80
toLower = false
[[related.indices]]
name = 'tags'
weight = 100
[[related.indices]]
name = 'date'
weight = 10