mirror of
https://github.com/zoriya/blog.git
synced 2025-12-06 06:26:10 +00:00
11 lines
208 B
TOML
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"]
|