db7a128c74
deploy / deploy (push) Successful in 11s
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.
50 lines
1.2 KiB
TOML
50 lines
1.2 KiB
TOML
baseURL = "https://twosquirrelspress.com/"
|
|
locale = "en-US"
|
|
title = "Two Squirrels Press"
|
|
|
|
enableRobotsTXT = true
|
|
buildDrafts = false
|
|
buildFuture = false
|
|
buildExpired = false
|
|
disableKinds = ["taxonomy", "term"]
|
|
|
|
[params]
|
|
env = "production"
|
|
author = "Will Estes"
|
|
description = "Two Squirrels Press — character-driven speculative fiction and poetry."
|
|
eec_base_url = "https://eec.twosquirrelspress.com"
|
|
bookshop_base_url = "https://shop.twosquirrelspress.com"
|
|
# Publishable key is safe to commit (it's meant to be public). This is
|
|
# the Two Squirrels Press sandbox/test-mode key — swap to the live-mode
|
|
# publishable key as part of go-live (see the plan's verification steps).
|
|
stripe_publishable_key = "pk_test_51TtYRgQEDYBEXYYF870hcDq58pl5MgT9evlYdgVE19VVXzNGA1DnVUX0lDTFpKJGShUHDT6NlIhiqz7u6YHPvX6x00rKIk2T3v"
|
|
|
|
[[menu.main]]
|
|
name = "Books"
|
|
url = "/books/"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "Authors"
|
|
url = "/authors/"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Submissions"
|
|
url = "/submissions/"
|
|
weight = 30
|
|
|
|
[[menu.footer]]
|
|
name = "Contact"
|
|
url = "/contact/"
|
|
weight = 10
|
|
|
|
[[menu.footer]]
|
|
name = "Privacy"
|
|
url = "/privacy/"
|
|
weight = 20
|
|
|
|
[[menu.footer]]
|
|
name = "Terms"
|
|
url = "/terms/"
|
|
weight = 30 |