Spokes.wiki Search About
Software Application ↗ source url updated Tue Aug 04 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Hugo

A Go-based static-site-generator, #2 by GitHub stars in jamstack-generators-list (82,968★) and described in awesome-static-generators as “optimized for speed, easy use and configurability.” Appears in our static-site-generator table as the speed-focused, very popular Go option.

What distinguishes it

  • Build speed. Hugo’s headline claim is raw build performance — it ships as a single self-contained Go binary (no Node/Ruby runtime to install) and is routinely cited as one of the fastest SSGs for large sites.
  • No JS-framework dependency. Like eleventy, it is a pure build-time HTML generator, not a React meta-framework — it sits on the build-only side of the synthesis‘s “SSG vs. web framework” boundary, opposite Next.js/Gatsby.

Where it fits

Hugo is the strongest non-JavaScript entry near the top of the popularity ranking — a counterweight to the JS-centric framing of jamstack-generators-list (a breadth the cross-language awesome-static-generators makes explicit). On the wiki’s build-speed vs. runtime split, Hugo is a build-speed contender alongside eleventy; we have no neutral head-to-head build benchmark between them yet (an open item in synthesis).

The star count and the “optimized for speed” description trace to jamstack-generators-list / awesome-static-generators; the single-binary / Go framing is general background.

Re-verified 2026-08-04 (staleness queue)

url: added — this page had none, so it had never been checkable against a live source. Homepage read: v0.164.0, Apache-2.0, tagline unchanged (“the world’s fastest framework for building websites”), with multilingual support, taxonomies, image processing and an embedded dev server as the listed features. Nothing in the page above contradicts the current site.