Files
blog/config/_default/config.toml
2024-05-29 01:42:22 +02:00

11 lines
208 B
TOML

baseURL = 'https://zoriya.dev/'
languageCode = 'en'
paginate = 50
enableRobotsTXT = true
googleAnalytics = "G-KK12E7TNEC"
enableEmoji = false
titleCaseStyle = 'none'
[outputs]
home = ["HTML", "RSS", "JSON"]