-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
51 lines (41 loc) · 1 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://raatiniemi.me/"
languageCode = "en-us"
title = "raatiniemi"
theme = "hugo-coder"
[[menu.main]]
name = "About"
weight = 1
url = "/about/"
[[menu.main]]
name = "Thoughts"
weight = 1
url = "/thoughts/"
[params]
avatarurl = "images/avatar.jpeg"
author = "Tobias Raatiniemi"
info = "Software developer from Sweden"
favicon_32 = "/images/favicon-32x32.png"
favicon_16 = "/images/favicon-16x16.png"
hidecredits = false
colorscheme = "auto"
customCSS = ["css/style.css"]
[[params.social]]
name = "GitLab"
icon = "fa fa-gitlab fa-2x"
weight = 1
url = "https://gitlab.com/raatiniemi/"
[[params.social]]
name = "GitHub"
icon = "fa fa-github fa-2x"
weight = 1
url = "https://github.com/raatiniemi/"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-linkedin fa-2x"
weight = 1
url = "https://se.linkedin.com/in/tobiasraatiniemi"
[[params.social]]
name = "Pocket"
icon = "fa fa-get-pocket fa-2x"
weight = 1
url = "https://getpocket.com/@raatiniemi"