From e3a1c9459791604d1ca17ceb66f842783eef3861 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 9 Jul 2026 18:44:23 -0400 Subject: [PATCH] Add /freebie and /freebie-thanks pages for the PDF lead magnet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /freebie reuses the courses/single layout (hero + signup form, same mechanism as find-your-right-readers) via type: "courses" in front matter, which controls layout lookup independently of the page's actual URL — so the signup form is free, without the URL reading as /courses/... for a single-PDF page. /freebie-thanks is a plain page whose download link points at the new downloads.reground.org bucket. Co-Authored-By: Claude Sonnet 5 --- content/freebie-thanks/index.md | 8 ++++++++ content/freebie/index.md | 15 +++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 content/freebie-thanks/index.md create mode 100644 content/freebie/index.md diff --git a/content/freebie-thanks/index.md b/content/freebie-thanks/index.md new file mode 100644 index 0000000..a12d81e --- /dev/null +++ b/content/freebie-thanks/index.md @@ -0,0 +1,8 @@ +--- +title: "Here's your PDF" +description: "Download Three Steps to Find Your Right Readers." +--- + +Thanks for signing up — here's your copy of *Three Steps to Find Your Right Readers*. + +[Download the PDF](https://downloads.reground.org/three-steps-find-your-right-readers.pdf) diff --git a/content/freebie/index.md b/content/freebie/index.md new file mode 100644 index 0000000..c8f6750 --- /dev/null +++ b/content/freebie/index.md @@ -0,0 +1,15 @@ +--- +title: "Three Steps to Find Your Right Readers" +description: "A free, no-fluff PDF for fiction authors: three concrete steps to find the readers who actually want your stories, instead of guessing and hoping." +type: "courses" +eec_slug: "three-steps-find-your-right-readers" + +# Optional italic line under the title, for handling an objection up front. +hero_subhead: "Three concrete steps to find the readers who actually want your stories — free PDF, no fluff, sent straight to your inbox." + +# Optional label on every "Send me day one" button across the page. +cta_text: "Send me the PDF" + +# Optional heading above the repeated signup form at the bottom of the page. +repeat_cta_heading: "Ready to find your right readers?" +---