Head

Last Edit: 2026-06-09

Head configuration for all pages, includes SCSS builds and manifest.

HTML <head> configuration for all pages, includes SCSS loading. Loaded CSS stylesheets will include “sha384” file integrities. Loaded in the baseof.html layout by default.

The head can generate a manifest.json file for the site. This is enabled by default and can be configured in site parameters.

Usage

Partial

{{ partial "head" . }}

Configuration

Can be configured in the params.toml file.

[head]TypeDefaultDescription
responseHeadersboolfalseToggle _headers file defining HTTP response headers. For use with Cloudflare Pages or Netlify.
manifestStatebooltrueToggle manifest.json file for the site.
manifestColorstring#333Define background color of manifest.

References

1 2 3


  1. The Hugo Authors. “css.Sass .” 2026. ↩︎

  2. MDN. “Web Application Manifest .” 2026. ↩︎

  3. MDN. “Subresource Integrity .” 2026. ↩︎