Blog/config/_default/config.toml
Marco Blessing c34c96a13a
Update theme to Congo 2 (#12)
* 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
2022-02-24 08:34:17 +01:00

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"]