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.