mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-02 17:30:18 +00:00
title, homepage, tagline
| title | homepage | tagline |
|---|---|---|
| Hugo | https://github.com/gohugoio/hugo | Hugo: The world’s fastest framework for building websites. |
Updating hugo
webi hugo@stable
Use the @beta tag for pre-releases.
Cheat Sheet
Hugo is one of the most popular open-source static site generators. It makes building websites fun again.
Create a new site
# create a new site
hugo new site ./blog.example.com
# compile a site
hugo
# serve a site in dev mode
hugo server -D