Marco Blessing
c34c96a13a
* update congo submodule * ignore temp gen files * update congo 2 config * move assets to new default location * add new default values to archetype * use integrate lead in homepage * upate note box to congo 2 stype * icon breaks toc * disable dark switcher
17 lines
340 B
TOML
17 lines
340 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://ocram85.com/"
|
|
defaultContentLanguage = "en"
|
|
|
|
theme= "congo"
|
|
|
|
enableRobotsTXT = true
|
|
paginate = 10
|
|
summaryLength = 0
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|