33 lines
674 B
TOML
33 lines
674 B
TOML
baseURL = "https://michaelferrara.org/"
|
|
locale = "en-US"
|
|
title = "Michael Ferrara"
|
|
|
|
enableRobotsTXT = true
|
|
buildDrafts = false
|
|
buildFuture = false
|
|
buildExpired = false
|
|
disableKinds = ["taxonomy", "term"]
|
|
|
|
[params]
|
|
env = "production"
|
|
description = "TODO: one-line author bio/description"
|
|
author = "Michael Ferrara"
|
|
eec_base_url = "https://eec.michaelferrara.org"
|
|
bookshop_base_url = "https://shop.michaelferrara.org"
|
|
plausible_domain = "michaelferrara.org"
|
|
|
|
[[menu.footer]]
|
|
name = "Contact"
|
|
url = "/contact/"
|
|
weight = 10
|
|
|
|
[[menu.footer]]
|
|
name = "Privacy"
|
|
url = "/privacy/"
|
|
weight = 20
|
|
|
|
[[menu.footer]]
|
|
name = "Terms"
|
|
url = "/terms/"
|
|
weight = 30
|