Software:Hugo

From HandWiki
Short description: Static site generator written in Go
Hugo
Logo of Hugo the static website generator.svg
Initial releaseJuly 5, 2013; 10 years ago (2013-07-05)[1]
Written inGo
Operating systemWindows, Linux, FreeBSD, NetBSD, macOS, Android
Platformx86, x86-64, ARM
TypeStatic site generator
LicenseApache License 2.0[2]

Hugo is a static site generator written in Go. Steve Francia[3] originally created Hugo as an open source project in 2013. Since v0.14 in 2015,[4] Hugo has continued development under the lead of Bjørn Erik Pedersen with other contributors. Hugo is licensed under the Apache License 2.0.[5]

Hugo is particularly noted for its speed, and Hugo's official website states it is "the world’s fastest framework for building websites". In July 2015, Netlify began providing Hugo hosting.[6] Notable adopters are Smashing Magazine, which migrated from WordPress to a Jamstack solution with Hugo in 2017,[7] and Cloudflare, which switched its Developer Docs from Gatsby to Hugo in 2022.[8]

Features

Hugo takes data files, i18n bundles, configuration, templates for layouts, static files, assets, and content written in Markdown, HTML, AsciiDoctor, or Org-mode and renders a static website. Some notable features are multilingual support, image processing, asset management, custom output formats, markdown render hooks and shortcodes. Nested sections allow for different types of content to be separated, e.g. for a website containing a blog and a podcast.[9]

Hugo can be used in combination with front-end frameworks such as Bootstrap or Tailwind. Hugo sites can be connected to cloud-based CMS software such as Netlify CMS, CloudCannon or Forestry enabling content editors to modify site content without coding knowledge.

References

External links