Files
will 8680c1e0e1
deploy / deploy (push) Successful in 7s
Rename site title to Going West
2026-08-27 07:01:15 -04:00

42 lines
987 B
TOML

baseURL = "https://west575.org/"
locale = "en-US"
title = "Going West"
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