Hugo: The world’s fastest framework for building websites.
https://github.com/gohugoio/hugo| Installer Source| Releases (json) (tab)
Hugo: The world’s fastest framework for building websites.
https://github.com/gohugoio/hugo| Installer Source| Releases (json) (tab)
To update or switch versions, run webi hugo@stable
(or @v0.87
, @beta
,
etc).
These are the files / directories that are created and/or modified with this install:
~/.config/envman/PATH.env
~/.local/opt/hugo/
~/.local/bin/hugo
Hugo is one of the most popular open-source static site generators. It makes building websites fun again.
Hugo is a simple and fast Jamstack / Static Site Generator (SSG) tool, which comes in two flavors:
Hugo Standard Edition: Fast, Safe, & Runs Almost Everywhere
Hugo Extended Edition: Supports libsass transpilation and WebP encoding, but mixed with unsafe C code and available for fewer OSes and CPU architectures
You'll need Hugo Extended Edition for:
libsass
support - if you use templates that require it Use webi hugo-extended
and webi hugo
to switch between editions.
Use hugo env
to determine which edition you're running (Extended Edition
references libsass and WebP in the output).
See hugo-extended tips specific to Hugo Extended Edition.
# create a new site
hugo new site ./blog.example.com
# compile a site
hugo
# serve a site in dev mode
hugo server -D
Check out BeyondCodeBootcamp/bliss-template.