brokentech.cloud/hugo.toml

30 lines
1,006 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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", target = "_self" } },
{ legal = { href = "/privacy", text = "Privacy Policy", target = "_self" } },
]
[module]
[module.hugoVersion]
extended = false
min = "0.86.1"