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

[markup.goldmark.renderer]
  unsafe = true

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