Files
blog/config/_default/config.toml

11 lines
207 B
TOML

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