update (almost) all taglines and descs
[webi-installers/.git] / hugo / package.yash
index 4cf4941aab435bd53f79edeee65f4f37e9daf220..ece6af38681c48d9dafdd8a2afde748cffb9ccf2 100644 (file)
@@ -1,14 +1,22 @@
 # title: Hugo
 # homepage: https://github.com/gohugoio/hugo
-# tagline: The world’s fastest framework for building websites
+# tagline: |
+#   Hugo: The world’s fastest framework for building websites.
 # description: |
-#   Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.
+#   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
 #   ```