bookshop_base_url param wires up the same shop.thistleandmoth.org bookshop instance reground-infrastructure just provisioned (giveaway-only for now, no Stripe account). Both pages are stubs -- Contributors has no content yet, and Free Book's link/title/code get filled in once the real epub is uploaded and its ARC campaign created (see reground-tools' arc-campaign.sh). The ARC redemption page itself is fully self-hosted by the bookshop service, so no checkout/Stripe.js template work is needed here for the giveaway to work. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Contributors"
|
||||||
|
description: "Contributors published by Thistle & Moth."
|
||||||
|
---
|
||||||
|
|
||||||
|
Coming soon.
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: "TODO: Free Book Title"
|
||||||
|
description: "TODO: one- to two-sentence hook for the free book being given away."
|
||||||
|
---
|
||||||
|
TODO: free-book page copy goes here.
|
||||||
|
|
||||||
|
This page is a stub — the link below won't resolve until the real ARC
|
||||||
|
campaign is created (see reground-tools' `arc-campaign.sh`) and this copy
|
||||||
|
is replaced with the real title/code.
|
||||||
|
|
||||||
|
[Get your free ebook](https://shop.thistleandmoth.org/arc/TODO-real-code)
|
||||||
@@ -13,12 +13,23 @@ disableKinds = ["taxonomy", "term"]
|
|||||||
description = "TODO: one-line description of Thistle & Moth"
|
description = "TODO: one-line description of Thistle & Moth"
|
||||||
author = "Thistle & Moth"
|
author = "Thistle & Moth"
|
||||||
eec_base_url = "https://eec.thistleandmoth.org"
|
eec_base_url = "https://eec.thistleandmoth.org"
|
||||||
|
bookshop_base_url = "https://shop.thistleandmoth.org"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Submissions"
|
name = "Submissions"
|
||||||
url = "/submissions/"
|
url = "/submissions/"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Contributors"
|
||||||
|
url = "/contributors/"
|
||||||
|
weight = 20
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Free Book"
|
||||||
|
url = "/free-book/"
|
||||||
|
weight = 30
|
||||||
|
|
||||||
[[menu.footer]]
|
[[menu.footer]]
|
||||||
name = "Contact"
|
name = "Contact"
|
||||||
url = "/contact/"
|
url = "/contact/"
|
||||||
|
|||||||
Reference in New Issue
Block a user