Commit Graph

4 Commits

Author SHA1 Message Date
will 316c55cbb1 imporve reader magnet copy.
deploy / deploy (push) Successful in 7s
2026-08-04 21:29:23 -04:00
will 0d8e50cbe3 Move Neon Tan's landing page from bookshop into Hugo
deploy / deploy (push) Successful in 6s
bookshop already supports this: ALLOWED_ORIGIN + CORS on POST
/arc/{code} exist specifically so a page on the brand's own domain can
call it cross-origin. There was no reason for bookshop to also render
the marketing/landing page itself — that put book copy inside a
generic, brand-agnostic Go template shared across every brand instead
of under normal editorial control like every other page on this site.

/books/neon-tan/ is now a plain Hugo page (content/books/neon-tan.md,
no longer draft-only/metadata-only — it's rendered for real via the new
layouts/books/single.html) with a small JS form
(layouts/partials/arc-redeem-form.html, mirroring the existing
course-enroll-form.html pattern) that POSTs form-encoded straight to
shop.michaelferrara.org/arc/neon-tan. bookshop's GET /arc/{code} page
rendering is no longer used for this campaign; only the POST redemption
and the download/Kindle/read/checkout endpoints still are.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-04 18:04:56 -04:00
will d61ba514dd Restore original reader-magnet copy as the ARC page logline
deploy / deploy (push) Successful in 5s
The old /gift page's actual visible pitch ("The world is stranger than
it looks...") got replaced with the book's back-cover blurb when this
file was first created — this was the wrong text to lose; the blurb was
only ever used as /gift's SEO meta description, not its visible copy.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-04 17:52:16 -04:00
will dcffe1b171 Add content/books/neon-tan.md as arc-campaign.sh metadata source
deploy / deploy (push) Successful in 6s
Front-matter-only, mirroring thistleandmoth-site's books/ convention.
Feeds the bookshop ARC campaign's title/author/cover/description —
draft: true, not meant to render as its own page (no books layout
exists in this site).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-04 17:26:03 -04:00