Hugo Static Site Generator

Hugo defines content, layouts, archetypes, and partials by directory convention. A content/posts directory yields a section with a list page and per-post pages without explicit routing configuration.

API entry from apis.yml

apis.yml Raw ↑
aid: convention-over-configuration:hugo
name: Hugo Static Site Generator
description: Hugo defines content, layouts, archetypes, and partials by directory convention. A content/posts
  directory yields a section with a list page and per-post pages without explicit routing configuration.
humanURL: https://gohugo.io/
baseURL: https://gohugo.io
tags:
- Go
- Hugo
- Static Sites
properties:
- type: Documentation
  url: https://gohugo.io/documentation/
- type: Reference
  url: https://gohugo.io/getting-started/directory-structure/
x-features:
- Section-based content directory layout
- Layout lookup order with sensible fallbacks
- Archetypes for templating new content files
- Configuration-light defaults with TOML/YAML overrides
x-useCases:
- Building documentation sites with little setup
- Producing fast static sites with default conventions