-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
55 lines (49 loc) · 1.29 KB
/
hugo.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
baseurl = "https://www.blokje5.dev"
title = "blokje5.dev"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
canonifyurls = true
favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/favicon-16x16.png"
pygmentsstyle = "solarized-dark"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[markup.highlight]
style = "github-dark"
[permalinks]
blog = "/:filename/"
[params]
author = "Lennard Eijsackers"
info = "Data Engineer"
description = "Lennard Eijsackers developer blog"
keywords = "blog,developer,personal"
hidecredits = false
hidecopyright = false
rtl = false
math = false
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
[[params.social]]
name = "Github"
icon = "fab fa-github fa-2x"
weight = 1
url = "https://github.com/Blokje5/"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter fa-2x"
weight = 3
url = "https://twitter.com/LennardNL/"
[[params.social]]
name = "Stackoverflow"
icon = "fab fa-stack-overflow fa-2x"
weight = 3
url = "https://stackoverflow.com/users/9741769/blokje5/"
[[params.social]]
name = "Linkedin"
icon = "fab fa-linkedin fa-2x"
weight = 3
url = "https://www.linkedin.com/in/lennard-eijsackers/"