mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
title, homepage, tagline
| title | homepage | tagline |
|---|---|---|
| Hugo | https://github.com/gohugoio/hugo | Hugo: The world’s fastest framework for building websites. |
To update or switch versions, run webi hugo@stable (or @v0.87, @beta,
etc).
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