4445da18bb
deploy / deploy (push) Successful in 4s
- baseof.html: proper header/nav/footer, CSS custom properties for light/dark, button and form component styles — no external theme dependency, avoiding the submodule/version churn from the earlier PaperMod attempt. - Contact page: real form (honeypot spam protection) posting to the eec service's new /contact endpoint, replacing the plain mailto CTA. - Privacy Policy and Terms drafts — grounded in what's actually true here (self-hosted mail/course infra, no third-party trackers), flagged as drafts pending review. - courses/ section with a generic single template driven by front matter (eec_slug, pitch) and the first course, Find Your Right Readers — landing page only; the actual course content isn't authored in eec-courses yet, so enrolling will 404 until that's written. - Fixed hugo.toml baseURL (was www.reground.org, but Caddy's canonical host is the bare domain — www redirects to it, not the other way).
14 lines
587 B
Markdown
14 lines
587 B
Markdown
---
|
|
title: "ReGround"
|
|
hero_heading: "Your story deserves readers who feel it."
|
|
hero_subheading: "ReGround helps fiction authors find the readers who were always meant to find them."
|
|
intro: |
|
|
Writing a novel is a years-long act of faith. Finding the readers who will
|
|
actually connect with it shouldn't be left to chance. I work with authors
|
|
to understand both sides of that relationship — what it took to write the
|
|
book, and what a reader is searching for when they pick one up — and use
|
|
that to build a path between them.
|
|
cta_text: "Get in touch"
|
|
cta_link: "/contact/"
|
|
---
|