summaryrefslogtreecommitdiff
path: root/config.toml
blob: c7ecabd541f58a0e28b298ccaee907bf17ce374b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
baseURL = "https://www.tyil.nl/"
languageCode = "en-us"
title = "Tyil"
assetDir = "assets"
enableRobotsTXT = true

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

[mediaTypes."text/gemini"]
suffixes = ["gmi"]

[outputFormats.GEMINI]
name = "GEMINI"
isPlainText = true
isHTML = false
mediaType = "text/gemini"
protocol = "gemini://"
permalinkable = true

[outputFormats."GEMINI_RSS"]
baseName = "feed"
mediaType = "application/rss+xml"
isPlainText = false

[outputs]
home = ["HTML", "RSS", "GEMINI", "GEMINI_RSS"]
page = ["HTML", "GEMINI", "GEMINI_RSS"]

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