another WSL matching fix
[webi-installers/.git] / hugo / package.yash
1 # title: Hugo
2 # homepage: https://github.com/gohugoio/hugo
3 # tagline: |
4 #   Hugo: The world’s fastest framework for building websites.
5 # description: |
6 #   Hugo is one of the most popular open-source static site generators. It makes building websites fun again.
7 # examples: |
8 #   ```bash
9 #   # create a new site
10 #   hugo new site ./blog.example.com
11 #   ```
12 #
13 #   ```bash
14 #   # compile a site
15 #   hugo
16 #   ```
17 #
18 #   ```bash
19 #   # serve a site in dev mode
20 #   hugo server -D
21 #   ```
22
23 END