summaryrefslogtreecommitdiff
path: root/config.toml
blob: 462f94a2a5a27c6950b21a22a2833b98dc5c6f9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
baseURL = "https://sivaldodavi.com/"
languageCode = "pt-br"
title = "Sivaldo Davi website"

[taxonomies]
  tag = "tags"

[outputs]
  home = ["HTML", "RSS"]
  section = ["HTML"]
  taxonomy = ["HTML"]

[markup]
  [markup.goldmark]
    [markup.goldmark.renderer]
      hardWraps = true