Initial scaffold: submissions page + reader-magnet stub
deploy / deploy (push) Successful in 5s

Mirrors twosquirrelspress-site's submissions form and
michaelferrara-site's gift/course-enroll pattern. Gift page content,
cover art, and the download file are stubs until the real
reader-magnet is ready.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-16 12:02:47 -04:00
commit b39dcda4a1
25 changed files with 1024 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
---
title: "TODO: Reader Magnet Title"
description: "TODO: one- to two-sentence hook for the free story/piece being given away."
type: "courses"
eec_slug: "reader-magnet"
# Optional italic line under the title, for handling an objection up front.
hero_subhead: "TODO: this story, occasional emails when something new comes out, and other things you want in your inbox."
# Label on the signup form's submit button.
cta_text: "Send it to me"
# Cover image, hosted in the public downloads bucket alongside the real
# file. STUB — thistleandmoth-downloads is currently empty; these paths
# won't resolve until the real cover/file are uploaded (see the tofu
# linode_object_storage_bucket.thistleandmoth_downloads resource).
cover_image: "https://downloads.thistleandmoth.org/reader-magnet/cover.jpg"
# Optional: a landscape (1200x630) variant of the cover for social-share
# previews (og:image/Twitter card). Falls back to cover_image if unset --
# see layouts/_default/baseof.html.
social_image: "https://downloads.thistleandmoth.org/reader-magnet/cover_social.jpg"
# Direct link to the file in the public downloads bucket — shown as an
# on-page button immediately after a successful signup, independent of the
# welcome email (see layouts/partials/course-enroll-form.html). STUB — no
# file uploaded yet.
download_url: "https://downloads.thistleandmoth.org/reader-magnet/story.epub"
download_text: "Download now"
# Optional heading above the repeated signup form at the bottom of the page.
repeat_cta_heading: "Want it?"
---
TODO: reader-magnet page copy goes here.
This page is a stub — the cover image and download link above won't
resolve until real cover art and a real download file are uploaded to the
`thistleandmoth-downloads` bucket, and this copy is replaced.