Files
reground-site/hugo.toml
T
will e1ba854abd
deploy / deploy (push) Successful in 4s
remove top menu entires for now
2026-07-09 11:07:13 -04:00

41 lines
736 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 = "ReGround helps fiction authors find the readers who need their stories."
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