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).
Hugo is one of the most popular open-source static site generators. It makes building websites fun again.
# 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.