aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-08-02 21:41:28 -0400
committertdro <tdro@noreply.example.com>2022-08-02 21:41:28 -0400
commitc9bbcb3bda9666eb02dd6ed2f12308de4394d60a (patch)
tree2e98b6e3769ecab43e0b367cf17c825bbc6af27e /content
parentfa873d922568ba116758e256606c7563aead08c9 (diff)
downloadcanory-c9bbcb3bda9666eb02dd6ed2f12308de4394d60a.tar.gz
canory-c9bbcb3bda9666eb02dd6ed2f12308de4394d60a.tar.bz2
canory-c9bbcb3bda9666eb02dd6ed2f12308de4394d60a.zip
themes/default/layouts/shortcodes: Add version shortcode
Diffstat (limited to 'content')
-rw-r--r--content/default/messages/quickstart.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/content/default/messages/quickstart.md b/content/default/messages/quickstart.md
index 69b587a..00b35c1 100644
--- a/content/default/messages/quickstart.md
+++ b/content/default/messages/quickstart.md
@@ -8,10 +8,13 @@ author = "default"
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.101.0
+GIT CLONE.
+
+{{% version clone=true %}}
+
+EXECUTE HUGO TWICE. HUGO VERSION >= 0.101.0
```shell
-git clone --branch 0.9.37 https://www.thedroneely.com/git/thedroneely/canory
cd canory
hugo && hugo
```
@@ -25,5 +28,3 @@ busybox httpd -f -p 127.0.0.1:8125
php -S 127.0.0.1:8126
ruby -run -e httpd . -p 8127
```
-
-That concludes our automated community announcement.