-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
51 lines (40 loc) · 1.03 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
baseurl = "https://jonrei.de"
title = "jonrei"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
paginate = 20
canonifyurls = true
pygmentsstyle = "bw"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params]
author = "Jonas Reineke"
info = "DevOps Engineer"
description = "Jonas Reineke's personal website"
keywords = "personal"
avatarurl = "images/avatar.jpg"
favicon_32 = "images/favicon-32x32.png"
favicon_16 = "images/favicon-16x16.png"
footercontent = ""
hidecredits = false
hidecopyright = false
rtl = false
math = false
colorscheme = "dark"
# Social links
[[params.social]]
name = "Github"
icon = "fa fa-github"
weight = 1
url = "https://github.com/jon-rei/"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-linkedin"
weight = 2
url = "https://www.linkedin.com/in/jonas-reineke/"
[[params.social]]
name = "Xing"
icon = "fa fa-xing"
weight = 3
url = "https://www.xing.com/profile/Jonas_Reineke2"