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