website/config.toml
Sebastian Kippe 5a05ef1d98
Set up Hugo
Set up the Hugo static site generator with a new custom theme,
generating exactly what we have right now.
2022-05-26 18:18:39 +02:00

6 lines
159 B
TOML

theme = "kosmos-22"
baseURL = 'https://kosmos.org/'
languageCode = 'en-us'
title = 'Kosmos'
disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT"]