14 lines
322 B
TOML
14 lines
322 B
TOML
|
# -- Site Configuration --
|
||
|
# Refer to the theme docs for more details about each of these parameters.
|
||
|
# https://jpanther.github.io/congo/docs/getting-started/
|
||
|
|
||
|
baseURL = "https://arsenm.dev/"
|
||
|
defaultContentLanguage = "en"
|
||
|
|
||
|
enableRobotsTXT = true
|
||
|
paginate = 10
|
||
|
summaryLength = 0
|
||
|
|
||
|
[outputs]
|
||
|
home = ["HTML", "RSS", "JSON"]
|