-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
71 lines (59 loc) · 1.56 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
baseURL = "https://renzenicolai.nl/"
languageCode = "en-us"
title = "Renze's website"
theme = "minimal"
googleAnalytics = ""
[params]
author = "Renze Nicolai"
description = "My personal blog"
githubUsername = "renzenicolai"
accent = "#f04300"
showBorder = true
backgroundColor = "white"
font = "Raleway" # should match the name on Google Fonts!
highlight = true
highlightStyle = "default"
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
profilePic = "/avatar.jpg"
copyright = "© Renze Nicolai 2021"
[[menu.main]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
url = "/project/"
name = "Projects"
weight = 2
[[menu.main]]
url = "/company"
name = "Company"
weight = 3
#[[menu.main]]
# url = "/about/"
# name = "About me"
# weight = 3
# Social icons to be shown on the right-hand side of the navigation bar.
# The "name" field should match the name of the icon in Font Awesome.
# The list of available icons can be found at http://fontawesome.io/icons.
[[menu.icon]]
url = "mailto:[email protected]"
name = "envelope-o"
weight = 1
[[menu.icon]]
url = "https://github.com/renzenicolai/"
name = "github"
weight = 2
[[menu.icon]]
url = "https://twitter.com/renzenicolai/"
name = "twitter"
weight = 3
[[menu.icon]]
url = "https://www.linkedin.com/in/renze-nicolai-75b243a5/"
name = "linkedin"
weight = 4
[[menu.icon]]
url = "https://t.me/r3nz3"
name = "telegram"
weight = 5
[markup.goldmark.renderer]
unsafe= true