Files
thistleandmoth-site/hugo.toml
T
will 8745705768
deploy / deploy (push) Successful in 6s
Publish a stable stylesheet URL, move bookshop links to /shop
Publishes a second, non-fingerprinted copy of main.css at /css/main.min.css
alongside the fingerprinted one the site itself links — same source
resource, so bookshop's ARC/download pages (now mounted at
thistleandmoth.org/shop, not shop.thistleandmoth.org) can link real,
always-current CSS without tracking a hash that changes on every deploy.
Updates the two remaining shop.thistleandmoth.org references to the new
canonical URL.
2026-08-04 05:38:24 -04:00

47 lines
863 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 = "Submissions"
url = "/submissions/"
weight = 10
[[menu.main]]
name = "Contributors"
url = "/contributors/"
weight = 20
[[menu.main]]
name = "Free Book"
url = "/free-book/"
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