-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
87 lines (69 loc) · 2.22 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
baseURL = "https://pascalbrokmeier.de/"
languageCode = "en-us"
title = "Pascal Brokmeier"
theme= "hello-friend-ng"
[menu]
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "https://curiloo.com"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
[permalinks]
posts = "/posts/:year/:month/:title/"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
homeSubtitle = "Creative Head of Engineering at Every Cure - On a mission to leverage human made systems to understand the human system."
# Enable sharing buttons, if you like
enableSharingButtons = true
# Metadata mostly used in document's head
description = "Homepage and blog of Pascal Brokmeier"
keywords = "homepage, blog"
images = [""]
[params.portrait]
path = "/img/portrait_pascal_4_small.jpg"
alt = "Portrait"
maxWidth = "150px"
[params.logo]
logoMark = "$"
logoText = "PB >"
logoHomeLink = "/"
# Set true to remove the logo cursor entirely.
# logoCursorDisabled = false
# Set to a valid CSS color to change the cursor in the logo.
# logoCursorColor = "#67a2c9"
# Set to a valid CSS time value to change the animation duration, "0s" to disable.
# logoCursorAnimate = "2s"
[[params.social]]
name = "email"
url = "mailto:public@pascalbrokmeier.de"
[[params.social]]
name = "github"
url = "https://github.com/pascalwhoop"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/pascalwhoop"
[[params.social]]
name = "stackoverflow"
url = "https://stackoverflow.com/users/1170940/pascalwhoop"
# [[params.social]]
# name = "unsplash"
# url = "https://unsplash.com/@pascalwhoop"
[[params.social]]
name = "telegram"
url = "https://telegram.me/pascalwhoop"
[[params.social]]
name = "goodreads"
url = "https://www.goodreads.com/user/show/101578711-pascal-brokmeier"
[[params.social]]
name = "keybase"
url = "https://keybase.io/pascalbrokmeier"
[taxonomies]
category = "blog"
tag = "tags"
series = "series"