Files
michaelferrara-site/hugo.toml
T
2026-07-15 06:39:49 -04:00

31 lines
576 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"
[[menu.footer]]
name = "Contact"
url = "/contact/"
weight = 10
[[menu.footer]]
name = "Privacy"
url = "/privacy/"
weight = 20
[[menu.footer]]
name = "Terms"
url = "/terms/"
weight = 30