add webi dat dat dat
[webi-installers/.git] / hugo / README.md
diff --git a/hugo/README.md b/hugo/README.md
new file mode 100644 (file)
index 0000000..6e45650
--- /dev/null
@@ -0,0 +1,36 @@
+---
+title: Hugo
+homepage: https://github.com/gohugoio/hugo
+tagline: |
+  Hugo: The world’s fastest framework for building websites.
+---
+
+## Updating `hugo`
+
+```bash
+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
+
+```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
+```