Files
blog/config/_default/config.toml
Adrien Beaudouin b3239b9d96
All checks were successful
/ build (push) Successful in 1m21s
fix author
2024-11-30 18:55:07 +01:00

26 lines
529 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://blog.okami101.io"
languageCode = "en"
defaultContentLanguage = "en"
theme = "congo"
title = "Okami101 Blog"
# copyright = "Copy, _right?_ :thinking_face:"
timeout = "120s"
enableEmoji = true
enableRobotsTXT = true
summaryLength = 0
ignoreFiles = ['_data/*']
[outputs]
home = ["HTML", "RSS", "JSON"]
[permalinks]
posts = "/:year/:month/:title/"