aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-06 01:11:10 -0400
committertdro <tdro@noreply.example.com>2022-06-06 01:11:10 -0400
commit5ee4a25889ec8d5fc1d8e17348decd6ab2538a03 (patch)
tree01e4749b59355d41359e89b5da74ce5ab4654ae3 /content
parent3ea52e9b4365b7a49f13ad72b152f227de0f4baf (diff)
downloadcanory-5ee4a25889ec8d5fc1d8e17348decd6ab2538a03.tar.gz
canory-5ee4a25889ec8d5fc1d8e17348decd6ab2538a03.tar.bz2
canory-5ee4a25889ec8d5fc1d8e17348decd6ab2538a03.zip
themes/default/layouts/partials/gallery-walk: Walk outside in public
Look inside public folder for image assets to include and minify. Massive efficiency gains.
Diffstat (limited to 'content')
-rw-r--r--content/default/messages/quickstart.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/default/messages/quickstart.md b/content/default/messages/quickstart.md
index dc52bc3..e018bf8 100644
--- a/content/default/messages/quickstart.md
+++ b/content/default/messages/quickstart.md
@@ -11,7 +11,7 @@ explaining how to get started. The copy button is broken...
GIT CLONE. EXECUTE HUGO TWICE. HUGO VERSION >= 0.94.2.
```shell
-git clone --branch 0.4.16 https://www.thedroneely.com/git/thedroneely/canory
+git clone --branch 0.5.30 https://www.thedroneely.com/git/thedroneely/canory
cd canory
hugo && hugo
```