aboutsummaryrefslogtreecommitdiff
path: root/config/_default/hugo.toml
blob: 7b4cc1edd1758a07064270bf655992b0e21be88f81bb5d4f8f29c7c5a15d7fae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[mediaTypes]
  [mediaTypes."application/atom"]
    suffixes = ["xml"]
  [mediaTypes."text/gemini"]
    suffixes = ["gmi"]

[outputFormats]
  [outputFormats.Atom]
    mediaType = "application/atom"
    baseName = "atom"
  [outputFormats.Gemini]
    mediaType = "text/gemini"
    isPlainText = true # Disable HTML renderer
  [outputFormats.Gemini_Atom]
    mediaType = "application/atom"
    baseName = "atom"

[markup]
  [markup.goldmark]
    [markup.goldmark.renderer]
      hardWraps = true
    [markup.goldmark.extensions]
      linkify = false