aboutsummaryrefslogtreecommitdiff
path: root/landing/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'landing/hugo.toml')
-rw-r--r--landing/hugo.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/landing/hugo.toml b/landing/hugo.toml
new file mode 100644
index 0000000..82cb835
--- /dev/null
+++ b/landing/hugo.toml
@@ -0,0 +1,19 @@
+baseURL = "https://tidyindex.com/"
+languageCode = "en-us"
+title = "Tidy Index — Structured data, served simply"
+enableRobotsTXT = true
+disableKinds = ["taxonomy", "term"]
+
+[params]
+ description = "Clean, well-structured data delivered through APIs built for humans, machines, and LLM agents."
+ tagline = "Structured data, served simply."
+
+[markup]
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ unsafe = true
+
+[minify]
+ disableHTML = false
+ disableCSS = false
+ disableJS = false