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

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

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