From 2a76c36bc70f984289fcfd9a64a29ef136b508d2 Mon Sep 17 00:00:00 2001 From: will Date: Mon, 13 Jul 2026 17:37:39 +0000 Subject: [PATCH] Add Hugo config --- hugo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hugo.toml diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..a3e0d31 --- /dev/null +++ b/hugo.toml @@ -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" \ No newline at end of file