-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
60 lines (53 loc) · 1.3 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
baseurl = "https://lucianonooijen.com"
title = "Luciano Nooijen"
languageCode = "en"
canonifyurls = true # Enable to turn relative URLs into absolute.
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[markup.goldmark.extensions]
table = true
[markup.goldmark.renderer]
unsafe= true
[params]
author = "Luciano Nooijen"
info = "Software, Gamedev, Sourdough, Philosophy, History"
description = "My name is Luciano Nooijen, freelance software engineer and lifelong learner"
keywords = "luciano nooijen, luciano, nooijen"
[[params.social]]
name = "Email"
weight = 1
url = "/contact"
[[params.social]]
name = "Github"
weight = 2
url = "https://github.com/lucianonooijen/"
[[params.social]]
name = "Twitter"
weight = 3
url = "https://x.com/LucianoNooijen"
[[params.social]]
name = "LinkedIn"
weight = 4
url = "https://www.linkedin.com/in/lucianonooijen/"
# Menu links
[[menu.main]]
name = "About"
weight = 1
url = "/about/"
[[menu.main]]
name = "Expertise"
weight = 2
url = "/expertise/"
[[menu.main]]
name = "Experience"
weight = 3
url = "/experience/"
[[menu.main]]
name = "Blog"
weight = 4
url = "/blog/"
[[menu.main]]
name = "Contact"
weight = 5
url = "/contact/"