-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
97 lines (81 loc) · 2.06 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
baseurl = "https://jensrantil.github.io"
languageCode = "en"
title = "Jens Rantil"
theme = "hugo-coder"
paginate = 20
defaultContentLanguage = "en"
enableEmoji = true
enableGitInfo = true
[params]
author = "Jens Rantil"
description = 'Backend/security/infrastructure/DevOps/staff(ish) engineer, engineering mathematics, traveller, nerd, juggler, guitar/african drum player. Inspired Swede.'
avatarURL = "images/avatar.jpg"
keywords = "blog,developer,staff engineering,personal"
commit = "https://github.com/JensRantil/jensrantil.github.io/tree"
colorScheme = "auto"
hideColorSchemeToggle = false
maxSeeAlsoItems = 5
customCSS = ["/custom.css"]
[taxonomies]
tag = "tags"
category = "categories"
[languages.en]
languageName = ":us:"
[[languages.en.menu.main]]
name = "Blog"
weight = 1
url = "posts/"
[[languages.en.menu.main]]
name = "Services"
weight = 2
url = "/pages/services/"
[[languages.en.menu.main]]
name = "About"
weight = 3
url = "/pages/about-me/"
[[params.social]]
name = "E-mail"
icon = "fa fa-2x fa-envelope"
weight = 0
url = "mailto:[email protected]"
[[params.social]]
name = "Github"
icon = "fa fa-2x fa-github"
weight = 1
url = "https://github.com/JensRantil/"
[[params.social]]
name = "Twitter"
icon = "fa fa-2x fa-twitter"
weight = 2
url = "https://twitter.com/JensRantil/"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-2x fa-linkedin"
weight = 3
url = "https://www.linkedin.com/in/jensrantil/"
[[params.social]]
name = "Stack Overflow"
icon = "fa fa-2x fa-stack-overflow"
weight = 4
url = "https://www.stackoverflow.com/Ztyx/"
[[params.social]]
name = "Quora"
icon = "fa fa-2x fa-quora"
weight = 5
url = "https://www.quora.com/What-are-the-best-secrets-of-great-programmers/answer/Jens-Rantil"
[[params.social]]
name = "Meetup"
icon = "fa fa-2x fa-meetup"
weight = 6
url = "https://www.meetup.com/members/13195237/"
[[params.social]]
name = "RSS"
icon = "fa fa-2x fa-rss"
weight = 7
url = "https://jensrantil.github.io/index.xml"
rel = "alternate"
type = "application/rss+xml"
[markup.goldmark.renderer]
unsafe = true
[params.googleTagManager]
id = "G-8QE7N3YHJ3"