-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
61 lines (50 loc) · 1.2 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
baseURL = "https://blog.arnoldboersma.nl/"
languageCode = "en-us"
title = "Arnold Boersma"
theme = "anatole"
summarylength = 10
enableEmoji = true
# Google Analytics
#googleAnalytics = "UA-10446096-1"
[params]
title = "Arnold Boersma"
author = "Arnold Boersma"
profilePicture = "images/profile.jpg"
keywords = "Azure"
favicon = "favicons/"
customCss = []
mainSections = ["posts"]
## Math settings
[params.math]
enable = false # options: true, false. Enable math support globally, default: false. You can always enable math on per page.
use = "katex" # options: "katex", "mathjax". default is "katex".
## Social links
[[params.socialIcons]]
icon = "fa-linkedin"
title = "Linkedin"
url = "https://www.linkedin.com/in/arnoldboersma/"
[[params.socialIcons]]
icon = "fa-github"
title = "GitHub"
url = "https://github.com/arnoldboersma/"
[[params.socialIcons]]
icon = "fa-envelope"
title = "e-mail"
url = "mailto:[email protected]"
## Menu items
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
name = "Posts"
weight = 200
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "About"
weight = 300
identifier = "about"
url = "/about/"