Add nav/footer, contact form, privacy/terms drafts, first course landing page
deploy / deploy (push) Successful in 4s
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).
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Courses"
|
||||
description: "Free email courses from ReGround."
|
||||
---
|
||||
|
||||
Short, free email courses — sign up and they land in your inbox at whatever pace suits you.
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Find Your Right Readers"
|
||||
description: "A free email course for fiction authors on finding the readers who were always meant to find their story."
|
||||
eec_slug: "find-your-right-readers"
|
||||
pitch: |
|
||||
Most advice about "finding readers" is really just advice about marketing —
|
||||
ads, algorithms, funnels. This is different. Over a few short emails, at
|
||||
whatever pace you want to take it, I'll walk through how to think about who
|
||||
your right readers actually are, and how to build a real path to them
|
||||
instead of shouting into the void.
|
||||
---
|
||||
Reference in New Issue
Block a user