Set up the Hugo static site generator with a new custom theme, generating exactly what we have right now.
6 lines
159 B
TOML
6 lines
159 B
TOML
theme = "kosmos-22"
|
|
baseURL = 'https://kosmos.org/'
|
|
languageCode = 'en-us'
|
|
title = 'Kosmos'
|
|
disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT"]
|