-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
61 lines (53 loc) · 1.5 KB
/
config.toml
File metadata and controls
61 lines (53 loc) · 1.5 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
59
60
61
baseURL = "https://knage.net/"
defaultContentLanguage = "en"
[languages]
[languages.en]
title = "Software Developer"
languageCode = "en-us"
weight = 1
[[languages.en.menu.main]]
url = "/cv/"
name = "Curriculum Vitae"
weight = 100
[languages.en.params]
licence = "Licensed under"
brandslicence = "All product names, logos, and brands are property of their respective owners."
[languages.en.params.eyecatch]
more = "Learn more"
statement = "I aspire to build products that help people and improve quality of life"
[languages.da]
title = "Software Udvikler"
languageCode = "da-dk"
weight = 2
[[languages.da.menu.main]]
url = "/cv/"
name = "Curriculum Vitae"
weight = 100
[languages.da.params]
licence = "Licens"
brandslicence = "Alle produktnavne, logoer og brands tilhører deres respektive ejere."
[languages.da.params.eyecatch]
more = "Læs mere"
statement = "Mit mål er at bygge produkter der hjælper andre og øger livskvalitet"
pluralizelisttitles = false
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
noClasses = false
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = false
[minify.tdewolff.html]
keepWhitespace = true
[permalinks]
blog = "/:year/:month/:slug/"
[outputs]
page = ["HTML"]
home = ["HTML"]
section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]
term = ["HTML", "RSS"]
[privacy.twitter]
enableDNT = true