summaryrefslogtreecommitdiff
path: root/config.toml
blob: 944bde6c4e28bc01bb2c8994a334518221df416f (plain)
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
72
73
74
baseURL = "http://jaseg.de/"
languageCode = "en-us"
title = "Home"
copyright = "Jan Sebastian Götte"
theme = "conspiracy"

[taxonomies]
category = "Categories"
blog = "Posts"

[[menu.main]]
name = "Home"
url = "/"
weight = 1

[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 2

[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 3

[[menu.main]]
name = "About"
url = "/about/"
weight = 4

[[params.profile_links]]
name = "cgit"
url = "https://git.jaseg.de/"
weight = 1

[[params.profile_links]]
name = "Github"
url = "https://github.com/jaseg"
weight = 2

[[params.profile_links]]
name = "Gitlab"
url = "https://gitlab.com/neinseg"
weight = 3

[[params.profile_links]]
name = "Mastodon"
url = "https://chaos.social/@jaseg"
weight = 4

[[params.footer_links]]
name = "About"
url = "/about/"
weight = 1

[[params.footer_links]]
name = "Imprint"
url = "/imprint/"
weight = 2

[[params.homepage_categories]]
title = "Recently updated projects"
key = "projects"
weight = 1
count = 2

[[params.homepage_categories]]
title = "Blog"
key = "blog"
weight = 2
count = 10

[security.exec]
allow = ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^rst2html$"]