da71153a73
deploy / deploy (push) Successful in 4s
Adds top nav links to Books/Authors/Submissions stub pages, and Contact/Privacy/Terms pages modeled on reground-site's structure. Contact form posts to the already-provisioned eec-twosquirrelspress backend. Styling implements the press's brand palette and font choices. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
45 lines
823 B
TOML
45 lines
823 B
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"
|
|
|
|
[[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 |