-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.toml
More file actions
42 lines (33 loc) · 715 Bytes
/
hugo.toml
File metadata and controls
42 lines (33 loc) · 715 Bytes
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
baseURL = "https://ifsr.jannikmenzel.me/"
canonifyURLs = true
languageCode = 'de'
title = 'iFSR-Website'
disableKinds = ["taxonomy", "RSS"]
defaultContentLanguage = 'de'
defaultContentLanguageInSubdir = false
[languages]
[languages.de]
languageName = "Deutsch"
weight = 1
[languages.en]
languageName = "English"
weight = 2
[minify]
[[module.mounts]]
source = 'static'
target = 'static'
[[module.mounts]]
source = 'images'
target = 'static/images'
disableXML = true
[markup]
[markup.goldmark]
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
title = true
[[build.cachebusters]]
source = "assets/.*\\.(js|ts|jsx|tsx)"
target = "js"
[[build.cachebusters]]
source = "assets/.*\\.(.*)$"
target = "$1"