brokentech.cloud/hugo.toml

30 lines
970 B
TOML
Raw Normal View History

baseURL = "https://brokentech.cloud/"
languageCode = "en-gb"
defaultContentLanguage = "en"
title = "The Broken Tech Cloud"
copyright = "© 2024 mart-w"
enableEmoji = true
disableKinds = ["taxonomy", "term"]
[author]
name = "The Broken Tech Cloud"
headline = "Making innocent web apps cloud since 2021"
image = "logo_big.png"
links = [
{ auth = { href = "https://accounts.brokentech.cloud", text = "Log in to stuff" } },
{ git = { href = "https://git.brokentech.cloud", text = "Look at some code" } },
{ monitoring = { href = "https://status.brokentech.cloud", text = "See whats most broken" } },
{ link = { href = "https://mart-w.de/", text = "Read up on the admin" } },
{ mastodon = { href = "https://chaos.social/@mart_w", text = "Yell at the admin" } },
{ legal = { href = "/legal_notice", text = "Legal Notice" } },
{ legal = { href = "/privacy", text = "Privacy Policy" } },
]
[module]
[module.hugoVersion]
extended = false
min = "0.86.1"