Files
thistleandmoth-site/hugo.toml
T
will 768ef5ccd3
deploy / deploy (push) Successful in 5s
Add the new Grinchmas page (previous commit only captured deletions)
The prior commit's git add errored on an already-removed pathspec and
silently skipped every other file — this is the rest of that change:
content/books/grinchmas.md (real page, no longer draft-only),
layouts/books/single.html, layouts/partials/arc-redeem-form.html,
hugo.toml's bookshop_base_url-driven form target, and the homepage/nav
links pointing at /books/grinchmas/.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-04 20:34:22 -04:00

52 lines
928 B
TOML

baseURL = "https://thistleandmoth.org/"
locale = "en-US"
title = "Thistle & Moth"
enableRobotsTXT = true
buildDrafts = false
buildFuture = false
buildExpired = false
disableKinds = ["taxonomy", "term"]
[params]
env = "production"
description = "TODO: one-line description of Thistle & Moth"
author = "Thistle & Moth"
eec_base_url = "https://eec.thistleandmoth.org"
bookshop_base_url = "https://thistleandmoth.org/shop"
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 5
[[menu.main]]
name = "Submissions"
url = "/submissions/"
weight = 10
[[menu.main]]
name = "Contributors"
url = "/contributors/"
weight = 20
[[menu.main]]
name = "Free Book"
url = "/books/grinchmas/"
weight = 30
[[menu.main]]
name = "Shop"
url = "/shop/"
weight = 40
[[menu.footer]]
name = "Privacy"
url = "/privacy/"
weight = 20
[[menu.footer]]
name = "Terms"
url = "/terms/"
weight = 30