summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: af2e2a2fe1c48e86d32d841a193b1801fc4a4eda (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
baseURL = "https://relvokcor.xyz/~andre4ik3"
languageCode = "en-us"
title = "andre4ik3"

[mediaTypes."text/gemini"]
suffixes = ["gmi"]

[outputFormats.gemini]
isPlainText = true
mediaType = "text/gemini"
permalinkable = true
protocol = "gemini://"

# [outputs]
# home = ["html", "gemini"]
# section = ["html", "gemini"]
# taxonomy = ["html", "gemini"]
# term = ["html", "gemini"]
# page = ["html", "gemini"]

[markup.goldmark.extensions.extras]
delete.enable = true
insert.enable = true
mark.enable = true