Add Hugo config

This commit is contained in:
2026-07-13 17:37:39 +00:00
parent 5ea2daad00
commit 2a76c36bc7
+13
View File
@@ -0,0 +1,13 @@
baseURL = "https://twosquirrelspress.com/"
locale = "en-US"
title = "Two Squirrels Press"
enableRobotsTXT = true
buildDrafts = false
buildFuture = false
buildExpired = false
disableKinds = ["taxonomy", "term"]
[params]
env = "production"
author = "Will Estes"