-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
58 lines (58 loc) · 1.41 KB
/
config.toml
File metadata and controls
58 lines (58 loc) · 1.41 KB
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
baseURL = '/'
languageCode = 'en-us'
title = 'Benjamin Hirsch, passionate software developer'
enableRobotsTXT = true
disableKinds = ['sitemap']
[sitemap]
changefreq = 'monthly'
filename = 'sitemap.xml'
priority = 0.5
[params]
description = 'Personal website and blog about mostly technical things.'
siteDescription = 'Benjamin Hirsch, passionate software developer'
images = ['/images/benjamin.jpg']
[markup]
defaultMarkdownHandler = 'goldmark'
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[params.shareButtons]
size = "medium"
icon = "solid"
networks = ["reddit", "twitter", "linkedin", "xing", "email"]
[taxonomies]
tag = "tags"
[menu]
[[menu.main]]
identifier = 'home'
name = 'Home'
url = '/'
weight = 100
[[menu.main]]
identifier = 'about'
name = 'About me'
url = '/#aboutme'
weight = 110
[[menu.main]]
identifier = 'skills'
name = 'Skills'
url = '/#skills'
weight = 120
# [[menu.main]]
# identifier = 'blog'
# name = 'Blog'
# url = '/blog/'
# weight = 130
[[menu.main]]
identifier = 'contact'
name = 'Contact'
url = '/#contact'
weight = 140
[related]
includeNewer = false
threshold = 80
toLower = false
[[related.indices]]
name = 'tags'
weight = 100