-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
59 lines (47 loc) · 1.29 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
baseURL = "https://blog.markusbilz.com/"
languageCode = "en"
DefaultContentLanguage = "en"
title = "I'm Markus Bilz"
theme = "anatole"
summarylength = 10
enableEmoji = true
disqusShortname = "blog-markusbilz-com"
math=true
[params]
author = "Markus Bilz"
description = "Data Scientist. Learner."
profilePicture = "images/profile.jpg"
keywords = "Bilz, Markus, DHBW, KIT, Atruvia, Computer Science Student, Commercial Computer Scientist, Karlsruhe"
favicon = "favicons/"
## Set as many as you want.
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/karelze"
[[params.socialIcons]]
icon = "fab fa-stack-overflow"
title = "Stackoverflow"
url = "https://stackoverflow.com/users/5755604/karelze"
[[params.socialIcons]]
icon = "fas fa-brackets-curly"
title = "codewars"
url = "https://www.codewars.com/users/KarelZe"
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "Linkedin"
url = "https://www.linkedin.com/in/markus-bilz/"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:[email protected]"
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
name = "CV"
weight = 300
identifier = "cv"
url = "/documents/cv_en.pdf"