Files
will 60184b2672
deploy / deploy (push) Successful in 6s
Add Books nav link and bookshop scaffold
Wires up bookshop_base_url and a "Books" nav entry ahead of Cate's
first title — content/books gets a coming-soon placeholder, and the
book single/ARC-redeem templates (copied from michaelferrara-site)
are ready to use once there's a real book page.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-08 06:24:13 -04:00

37 lines
681 B
TOML

baseURL = "https://cateconners.com/"
locale = "en-US"
title = "Cate Conners"
enableRobotsTXT = true
buildDrafts = false
buildFuture = false
buildExpired = false
disableKinds = ["taxonomy", "term"]
[params]
env = "production"
description = "TODO: one-line author bio/description"
author = "Cate Conners"
eec_base_url = "https://eec.cateconners.com"
bookshop_base_url = "https://shop.cateconners.com"
[[menu.main]]
name = "Books"
url = "/books/"
weight = 10
[[menu.footer]]
name = "Contact"
url = "/contact/"
weight = 10
[[menu.footer]]
name = "Privacy"
url = "/privacy/"
weight = 20
[[menu.footer]]
name = "Terms"
url = "/terms/"
weight = 30