Software:Hugo
Initial release | July 5, 2013[1] |
---|---|
Written in | Go |
Operating system | Windows, Linux, FreeBSD, NetBSD, macOS, Android |
Platform | x86, x86-64, ARM |
Type | Static site generator |
License | Apache 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
- ↑ "Releases - gohugoio/hugo". https://github.com/gohugoio/hugo/releases. Retrieved 31 December 2020.
- ↑ "LICENSE". https://github.com/gohugoio/hugo/blob/master/LICENSE. Retrieved 16 September 2019.
- ↑ "spf13" (in en-us). https://spf13.com/.
- ↑ "Interview with Bjørn Erik Pedersen, Hugo lead developer". October 3, 2017. https://www.thenewdynamic.org/article/2017-10-03-interview-hugo-lead-developer/.
- ↑ "Apache License | Hugo". 13 September 2017. https://gohugo.io/about/license/.
- ↑ Biilmann, Matt (July 30, 2015). "Hosting Hugo on Netlify–Insanely Fast Deploys" (in en-us). https://www.netlify.com/blog/2015/07/30/hosting-hugo-on-netlifyinsanely-fast-deploys/.
- ↑ Friedman, Vitaly (March 17, 2017). "A Little Surprise Is Waiting For You Here. — Smashing Magazine". https://www.smashingmagazine.com/2017/03/a-little-surprise-is-waiting-for-you-here/.
- ↑ "We rebuilt Cloudflare's developer documentation - here's what we learned" (in en). 2022-05-27. http://blog.cloudflare.com/new-dev-docs/.
- ↑ van Gumster, Jason (18 May 2017). "Hugo vs. Jekyll: Comparing the leading static website generators". https://opensource.com/article/17/5/hugo-vs-jekyll.
External links