57c4b4f415
deploy / deploy (push) Successful in 7s
Contact and Shop are the two links a visitor is most likely to want on their way in, not on their way out.
52 lines
922 B
TOML
52 lines
922 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 = "/free-book/"
|
|
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
|