-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
58 lines (47 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
languageCode = "en-us"
title = "www.mirkosertic.de"
theme= "boot"
baseurl = "https://www.mirkosertic.de/"
copyright = "Mirko Sertic"
googleAnalytics = "UA-33614060-2"
paginate = 40
enableRobotsTXT = false
disableHugoGeneratorInject = true
enableGitInfo = true
[Taxonomies]
tag = "tags"
[Params]
description = "The digital Home of Mirko Sertic"
opengraph = true
[Params.author]
name = "Mirko Sertic"
profile = "https://x.com/mirkosertic"
[sitemap]
changefreq = "daily"
priority = 0.5
filename = "sitemap.xml"
[Permalinks]
post = "blog/:year/:month/:filename/"
[[menu.main]]
name = "My favorite postings"
url = "/global/favorites"
weight = 20
[[menu.main]]
name = "Blog"
url = "/post/"
weight = 50
[[menu.main]]
name = "Interesting Books"
url = "/global/interestingbooks"
weight = 10
[[menu.main]]
name = "Technology Radar"
url = "/global/toolsgoodies"
weight = 5
[markup.asciidocExt]
extensions = ["asciidoctor-kroki"]
[markup.asciidocExt.attributes]
kroki-fetch-diagram = true
[security]
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$', '^git$']