summaryrefslogtreecommitdiff
path: root/config.toml
blob: 9737295157dac2b72c45c23b0643566fa9204366 (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]
codeFences = true
style = "emacs"
tabwidth = 8

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