summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 885e25bb5e0aeb3378de1e5d18d91fa8a8954450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
baseURL = 'https://kvog.sh/'
languageCode = 'en-us'
title = 'kvog.sh'
theme = 'hugo-xmin'

[markup.goldmark.renderer]
  unsafe = true

[markup.highlight]
  style = "github"
  noClasses = false
  codeFences = true