-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
60 lines (55 loc) · 1.35 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://k.zigzak.net/'
copyright = 'Kenneth Geisshirt - [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/)'
languageCode = 'en-us'
title = "Kneth's Korner"
description = "Chemist by education. Geek by nature. Lead engineer at MongoDB."
theme = 'ficurinia'
DefaultContentLanguage = "en"
enableInlineShortcodes = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "paraiso-dark" # syntax highlighting style
[Params]
darkmode = true # set true if you prefer dark mode
[taxonomies]
tag = "tags"
category = "categories"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 10
[[menu.main]]
identifier = "cv"
name = "CV"
url = "/cv/"
weight = 20
[[menu.main]]
identifier = "talks"
name = "Talks"
url = "/talks/"
weight = 25
[[menu.icons]]
identifier = "email"
name = "Email"
url = "mailto:k-at-zigzak.net"
weight = 30
[[menu.icons]]
identifier = "mastodon"
name = "Mastodon"
url = "https://social.zigzak.net/@kneth"
weight = 40
[[menu.icons]]
identifier = "github"
name = "Github"
url = "https://github.com/kneth"
weight = 50
[[menu.icons]]
identifier = "linkedin"
name = "LinkedIn"
url = "https://www.linkedin.com/in/kennethgeisshirt/"
weight = 60