Scaffold michaelferrara-site: Hugo skeleton with reader-magnet freebie flow
deploy / deploy (push) Successful in 4s

This commit is contained in:
2026-07-15 06:39:49 -04:00
commit f380af16a1
18 changed files with 725 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
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