26 lines
529 B
TOML
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/"
|