aa08908493
deploy / deploy (push) Successful in 4s
[[menu.main]] was left active while its name/url/weight fields were commented out, so Hugo built one real menu entry with no name or URL. The header template rendered it as an empty <a href="">, which screen readers announce using the resolved href (the current page's own URL) since there's no text or aria-label -- e.g. reading "freebie" on the freebie page.
41 lines
752 B
TOML
41 lines
752 B
TOML
baseURL = "https://reground.org/"
|
|
locale = "en-US"
|
|
title = "ReGround"
|
|
|
|
enableRobotsTXT = true
|
|
buildDrafts = false
|
|
buildFuture = false
|
|
buildExpired = false
|
|
disableKinds = ["taxonomy", "term"]
|
|
|
|
[params]
|
|
env = "production"
|
|
description = "DevOps consulting, ghostwriting, and helping fiction authors find their right readers"
|
|
author = "Will Estes"
|
|
eec_base_url = "https://eec.reground.org"
|
|
|
|
# [[menu.main]]
|
|
# name = "Courses"
|
|
# url = "/courses/"
|
|
# weight = 10
|
|
|
|
# [[menu.main]]
|
|
# name = "Contact"
|
|
# url = "/contact/"
|
|
# weight = 20
|
|
|
|
[[menu.footer]]
|
|
name = "Contact"
|
|
url = "/contact/"
|
|
weight = 10
|
|
|
|
[[menu.footer]]
|
|
name = "Privacy"
|
|
url = "/privacy/"
|
|
weight = 20
|
|
|
|
[[menu.footer]]
|
|
name = "Terms"
|
|
url = "/terms/"
|
|
weight = 30
|