Files
twosquirrelspress-site/content/books/example-book.md
T
will db7a128c74
deploy / deploy (push) Successful in 11s
Wire up real Stripe sandbox test key and example book price ID
From the Two Squirrels Press Stripe sandbox account created and walked
through Managed Payments setup for. Both values are test-mode / safe
to commit; swap to live-mode equivalents at go-live.
2026-07-15 16:31:06 -04:00

16 lines
586 B
Markdown

---
title: "Example Book Title"
author: "Author Name"
cover_image: "https://downloads.twosquirrelspress.com/covers/example-book.jpg"
description: "One-line jacket copy for listing pages."
stripe_price_id: "price_1TtYspQEDYBEXYYF8YINz8y3"
price_display: "$6.99"
formats: ["EPUB", "PDF"]
draft: true
---
Full jacket-copy / long description goes here. Duplicate this file for
each real book, fill in the real Stripe Price ID (create the Product in
the Stripe Dashboard first, with `tsp_book=true` and `file_key=...` set
in the Product's metadata), and remove `draft: true` to publish it.