Английская Википедия:Hugo (software)

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Infobox software Hugo is a static site generator written in Go. Steve Francia[1] originally created Hugo as an open source project in 2013. Since v0.14 in 2015,[2] Hugo has continued development under the lead of Bjørn Erik Pedersen with other contributors. Hugo is licensed under the Apache License 2.0.[3]

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

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.[6]

Hugo can be used in combination with frontend frameworks such as Bootstrap or Tailwind. Hugo sites can be connected to cloud-based CMS software, allowing content editors to modify site content without coding knowledge.

References

Шаблон:Reflist

External links

Шаблон:Portal