Skip to content

hugo 0.161.1 (binary only)⚓︎

hugo is a fast static site generator that can build documentation, blogs, and
small web sites directly on writable storage attached to the router.

Runtime details in Freetz⚓︎

  • Binary path: /usr/bin/hugo
  • Runtime dependency profile: self-contained Go binary built with CGO_ENABLED=0
  • Externalization: supported for the binary

Build notes⚓︎

  • The package cross-compiles the main upstream Go codebase into one executable.
  • Site sources, caches, and generated output should live on USB or NAS storage because they can grow quickly.

Typical usage⚓︎

hugo --source /var/media/ftp/uStor01/site --destination /var/media/ftp/uStor01/site/public

Notes:
- hugo server may be useful for local previews, but persistent content should be generated into external storage.
- Large themes and content trees are better kept outside the firmware image.