personal-blog/config/_default/config.toml

16 lines
347 B
TOML
Raw Permalink Normal View History

2023-07-01 03:19:19 +00:00
# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/getting-started/
theme = "congo"
# baseURL = ""
defaultContentLanguage = "en"
enableRobotsTXT = true
paginate = 10
summaryLength = 0
2023-07-02 02:36:33 +00:00
timeZone = "Asia/Bangkok"
2023-07-01 03:19:19 +00:00
[outputs]
home = ["HTML", "RSS", "JSON"]