aboutsummaryrefslogtreecommitdiff
path: root/content/default/messages/quickstart.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/default/messages/quickstart.md')
-rw-r--r--content/default/messages/quickstart.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/content/default/messages/quickstart.md b/content/default/messages/quickstart.md
index 2661cf1..99e33d3 100644
--- a/content/default/messages/quickstart.md
+++ b/content/default/messages/quickstart.md
@@ -1,17 +1,19 @@
+++
date = "2022-03-05T03:45:51+00:00"
lastmod = "2022-03-05T03:45:51+00:00"
-tags = [ "docs", "hugo", "quickstart" ]
-author = "default"
+tags = [ "docs" ]
+++
Somehow you've ended up here, funny how that works. I'm responsible for
explaining how to get started.
-GIT CLONE. EXECUTE HUGO TWICE. HUGO VERSION >= 0.94.2.
+GIT CLONE.
+
+{{% version clone=true %}}
+
+EXECUTE HUGO TWICE. HUGO VERSION >= {{% version hugo=true %}} AND < 0.123.0
```shell
-git clone --branch 0.8.13 https://www.thedroneely.com/git/thedroneely/canory
cd canory
hugo && hugo
```
@@ -24,6 +26,6 @@ python -m http.server --bind 127.0.0.1 8124
busybox httpd -f -p 127.0.0.1:8125
php -S 127.0.0.1:8126
ruby -run -e httpd . -p 8127
+caddy file-server --listen :8128
+npx serve --listen 8129
```
-
-That concludes our automated community announcement.