aboutsummaryrefslogtreecommitdiff
path: root/landing/hugo.toml
blob: 82cb835df07dbc66cd61ad489472ffd09b66f080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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