summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 9580058203173073d60823e2bc302756a6ab70a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
baseURL = 'https://claw0ry.net'
languageCode = 'en-us'
title = 'claw0ry.net'
theme = 'plaintext'
enableGitInfo = true

[markup]
[markup.highlight]
    codeFences = false

[pagination]
  disableAliases = false
  pagerSize = 10
  path = 'page'