mirror of
https://github.com/zoriya/blog.git
synced 2026-08-15 18:44:35 +00:00
19 lines
310 B
TOML
19 lines
310 B
TOML
baseURL = 'https://zoriya.dev/'
|
|
languageCode = 'en'
|
|
enableRobotsTXT = true
|
|
googleAnalytics = "G-KK12E7TNEC"
|
|
enableEmoji = true
|
|
titleCaseStyle = 'none'
|
|
|
|
[pagination]
|
|
pagerSize = 50
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
category = "categories"
|
|
author = "authors"
|
|
series = "series"
|