Files
west575-site/hugo.toml
T
will 19034a026e Initial scaffold: Hugo site for west575.org
Blog with contact form and newsletter signup, structured like the
other Reground-hosted sites but with its own visual identity.
2026-08-27 05:28:14 -04:00

42 lines
984 B
TOML

baseURL = "https://west575.org/"
locale = "en-US"
title = "west575"
enableRobotsTXT = true
buildDrafts = false
buildFuture = false
buildExpired = false
disableKinds = ["taxonomy", "term"]
# RSS/Atom output is on by default (Hugo ships an "index.xml" RSS output
# for home/section/taxonomy pages) — nothing to configure, just don't add
# an `outputs` override that drops "RSS".
[params]
env = "production"
description = "Will Estes' personal site — DevOps, fiction, and whatever else is on my mind."
author = "Will Estes"
# Placeholder — the eec instance for this domain isn't provisioned yet.
# Update once reground-infrastructure stands up eec-west575.
eec_base_url = "https://eec-west575.reground.org"
[[menu.main]]
name = "Home"
url = "/"
weight = 10
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 20
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 30
[[menu.footer]]
name = "Contact"
url = "/contact/"
weight = 10