mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
24 lines
488 B
Plaintext
24 lines
488 B
Plaintext
# title: Hugo
|
||
# homepage: https://github.com/gohugoio/hugo
|
||
# tagline: |
|
||
# Hugo: The world’s fastest framework for building websites.
|
||
# description: |
|
||
# Hugo is one of the most popular open-source static site generators. It makes building websites fun again.
|
||
# examples: |
|
||
# ```bash
|
||
# # create a new site
|
||
# hugo new site ./blog.example.com
|
||
# ```
|
||
#
|
||
# ```bash
|
||
# # compile a site
|
||
# hugo
|
||
# ```
|
||
#
|
||
# ```bash
|
||
# # serve a site in dev mode
|
||
# hugo server -D
|
||
# ```
|
||
|
||
END
|