-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
84 lines (73 loc) · 1.64 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
baseUrl = 'https://jkordick.github.io/'
title = 'I (try to) never think about losing'
summaryLength = 35
disableKinds = ["taxonomy", "taxonomyTerm"]
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = false
[menu]
[[menu.nav]]
name = ":cool: blog"
URL = "#blog"
identifier = "blog"
weight = 1
[menu.nav.params]
class = "show active"
#[[menu.nav]]
#name = ":memo: portfolio"
#URL = "#portfolio"
#identifier = "portfolio"
#weight = 2
#[menu.nav.params]
#class = ""
#
[[menu.nav]]
name = ":rainbow: about"
URL = "#about"
identifier = "about"
weight = 3
[menu.nav.params]
class = ""
#[[menu.nav]]
#name = ":abc: imprint"
#URL = "#imprint"
#identifier = "imprint"
#weight = 4
#[menu.nav.params]
#class = ""
[params]
title = "Hello, my name is Julia!"
author = "Julia Kordick"
#copyright = "2020-2021"
description = "I am a"
pageDescription = 'Julia is writing about Software Architecture, DevOps and Diversity'
aboutDescription = "I am Cloud Solution Architect @ Microsoft"
socialsDescription = "Feel free to contact me:"
profilePicture = "images/profile.jpg"
favicon = "favicons/"
[[params.socialIcons]]
icon = "fab fa-linkedin-in fa-3x"
title = "Linkedin"
url = "https://www.linkedin.com/in/julia-kordick/"
[[params.socialIcons]]
icon = "fab fa-github fa-3x"
title = "GitHub"
url = "https://github.com/jkordick"
[[params.socialIcons]]
icon = "fas fa-envelope fa-3x"
title = "e-mail"
url = "mailto:moin@jkordick.dev"