aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: fc00332a3b026698729fa6a18e85cf4ef94e17d0 (plain) (blame)
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
baseURL = "https://dawidpotocki.com/"
defaultContentLanguageInSubdir = true
disableHugoGeneratorInject = true
disableKinds = ["section", "taxonomy", "term", "rss"]
enableInlineShortcodes = true
enableRobotsTXT = true

[permalinks]
"/" = ":slugorfilename"
blog = "/:year/:month/:day/:slugorfilename"

[params]
authorName = "Dawid Potocki"
mailPersonal = ["dawid", "@", "dawidpotocki.com"]
mainSections = ["blog"]

[languages.en]
title = "Dawid Potocki"
languageName = "English"
[languages.pl]
title = "Dawid Potocki"
languageName = "polski"

[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
typographer = false
[markup.highlight]
noClasses = false

[outputs]
home = ["HTML", "Atom"]

[mediaTypes."application/atom+xml"]
suffixes = ["atom"]
[outputFormats.Atom]
mediaType = "application/atom+xml"
baseName = "feed"
isPlainText = true