kindrobot.ca/config.toml

23 lines
457 B
TOML
Raw Normal View History

2022-06-20 13:47:08 +00:00
baseURL = 'https://tilde.town/~kindrobot/'
2022-05-16 23:55:08 +00:00
languageCode = 'en-ca'
2022-07-21 16:50:41 +00:00
title = 'kindrobot'
2022-06-20 13:47:08 +00:00
relativeURLs = true
enableEmoji = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
2022-07-21 16:50:41 +00:00
unsafe = true
2023-01-12 16:12:37 +00:00
[mediaTypes."text/ass"]
suffixes = ["ass"]
[outputFormats]
[outputFormats.ActuallySimpleSyndication]
baseName = 'feed'
isPlainText = true
mediaType = 'text/ass'
[outputs]
home = ['HTML', 'AMP', 'RSS', "ActuallySimpleSyndication"]