summaryrefslogtreecommitdiff
path: root/config.toml
blob: 202095a020c7aa23b12fbb0dfc513e5f85793bdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
baseURL = "https://www.tyil.nl/"
languageCode = "en-us"
title = "Tyil"
assetDir = "assets"

[markup.highlight]
noClasses = false
codeFences = true
tabwidth = 8

[permalinks]
posts = "/post/:year/:month/:day/:title/"