catalog / generators

Hugo

Static site generator: content model, templates, taxonomies and asset pipelines.

14 capabilities 2 sections extracted from Hugo

Build against it

# give your agent the catalog — no account, no install
claude mcp add provespec -- npx -y provespec-mcp

# then, from any agent session
spec_get(slug: "hugo")                → the capability tree
spec_checklist(slug: "hugo")          → the questions to answer
spec_grade(slug: "hugo", grades: [...])  → parity % + the gap list

# or just fetch it
curl https://provespec.com/catalog/hugo/spec.json

Grade every capability below as yes · partial · no · na, with a file reference as evidence. Whatever you leave ungraded counts as missing — the gap list is the work queue.

Or just paste this to your agent

Use the ProveSpec MCP server. Fetch the "hugo" spec with
spec_get, then walk spec_checklist and grade this repository against it —
one verdict per capability, each with a file reference as the note.
Call spec_grade with the results and give me the gap list as the plan.

If the server is not registered, add it first:
  claude mcp add provespec -- npx -y provespec-mcp

The specification

AI 11

Build
  • Markdown to HTML site build public docs; Goldmark renderer
  • Very fast builds ms-scale pages public docs; the headline feature
  • Incremental rebuild on change public docs
Content
  • Front matter YAML/TOML/JSON public docs
  • Page bundles and sections public docs; content organization drives URLs
  • Taxonomies tags, categories, custom public docs
  • Multilingual sites public docs; per-language content trees
Templates
  • Go template engine with partials public docs; base/blocks lookup order
  • Shortcodes public docs; custom markup inside content
Assets
  • Asset pipeline SCSS, minify, fingerprint public docs; Hugo Pipes
Themes
  • Theme system with overrides public docs; project files shadow theme files

UI 3

CLI
  • Scaffold site and content hugo new public docs
  • Dev server with live reload hugo server public docs
  • Single-binary install no runtime deps public docs
Download spec.json All 53 specs