From 5f56e0eaf8030f78077fc93b441296bb51fe9331 Mon Sep 17 00:00:00 2001 From: benj Date: Thu, 9 Apr 2026 15:22:43 +0800 Subject: Add initial Hugo landing page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First pass at the tidyindex.com marketing site, built with a custom minimal Hugo theme — light palette (white/soft blue), Inter + JetBrains Mono, hero with a JSON code preview, format/audience/value sections, and a single-button CTA. Also adds a top-level .gitignore for local Claude/IDE state. Co-Authored-By: Claude Opus 4.6 (1M context) --- landing/hugo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 landing/hugo.toml (limited to 'landing/hugo.toml') 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 -- cgit v1.2.3