Jump to content

Hugo (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by MrKris (talk | contribs) at 05:45, 27 February 2021 (Undid revision 895131187 by 154.92.15.89 (talk) - Unofficial third-party theme directory). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Hugo
Initial releaseJuly 5, 2013; 10 years ago (2013-07-05)[1]
Stable release
0.80.0 / December 31, 2020 (2020-12-31)[1]
Repository
Written inGo
Operating systemWindows, Linux, FreeBSD, NetBSD, macOS, Android
Platformx86, x86-64, ARM
TypeBlog publishing system
LicenseApache License 2.0[2]
Websitegohugo.io Edit this on Wikidata

Hugo is a static site generator written in Go. Originally created by Steve Francia in 2013, Hugo has seen a great increase in both features and performance thanks to current lead developer Bjørn Erik Pedersen (since v0.14 in 2015[3]) and other contributors. Hugo is an open source project licensed under the Apache License 2.0.[4]

Being able to generate most websites within seconds (at < 1 ms per page), Hugo is renowned as "The world’s fastest framework for building websites" thanks to not only it being built with Go but also conscientious efforts by its developers to benchmark and increase performance. Its speed and evolving feature set led to a huge increase in its popularity. For example, in July 2015, Netlify began providing Hugo hosting,[5] and in 2017, Smashing Magazine completed its redesign of their website, migrating from WordPress to a JAMstack solution with Hugo.[6]

Features

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

References

  1. ^ a b "Releases - gohugoio/hugo". Retrieved 31 December 2020 – via GitHub.
  2. ^ "LICENSE". Github. Retrieved 16 September 2019.
  3. ^ "Interview with Bjørn Erik Pedersen, Hugo lead developer". the New Dynamic. October 3, 2017. Retrieved 2019-03-25.
  4. ^ "Apache License | Hugo". Hugo website. 13 September 2017. Retrieved 11 March 2018.
  5. ^ "Hosting Hugo on Netlify–Insanely Fast Deploys". Netlify. July 30, 2015. Retrieved 2019-03-25.
  6. ^ Friedman, Vitaly (March 17, 2017). "A Little Surprise Is Waiting For You Here. — Smashing Magazine". Smashing Magazine. Retrieved 2019-03-25.
  7. ^ van Gumster, Jason (18 May 2017). "Hugo vs. Jekyll: Comparing the leading static website generators". Opensource.com. Retrieved 11 March 2018.

External links