Files
reground-site/hugo.toml
T
will 344dc4719b
deploy / deploy (push) Successful in 11s
Add Plausible Analytics tracking
Wires the site up to the newly-deployed self-hosted Plausible instance
at plausible.reground.org, gated behind hugo.IsProduction so local dev
builds never send events.
2026-08-21 13:23:58 -04:00

42 lines
788 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"
plausible_domain = "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