diff options
author | tdro <tdro@noreply.example.com> | 2022-06-12 03:50:28 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-06-12 03:50:28 -0400 |
commit | 878408fb5c8cfc17e695ae846fa0a13c5f0bb848 (patch) | |
tree | c38a579d2f8a9f44abb83e040fb778178ef9b66f /content | |
parent | 55abba4c9703d0e5f0ec3c3770d723c22d40a161 (diff) | |
download | canory-878408fb5c8cfc17e695ae846fa0a13c5f0bb848.tar.gz canory-878408fb5c8cfc17e695ae846fa0a13c5f0bb848.tar.bz2 canory-878408fb5c8cfc17e695ae846fa0a13c5f0bb848.zip |
themes/default/layouts/partials/video-container: Source of truth for video embeds
Static videos with cached copy. Convert imgur short code into a
video short code helper. Replace dynamic embed with static.
Diffstat (limited to 'content')
-rw-r--r-- | content/default/messages/quickstart.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/default/messages/quickstart.md b/content/default/messages/quickstart.md index 917b171..deaec55 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.5.30 https://www.thedroneely.com/git/thedroneely/canory +git clone --branch 0.6.28 https://www.thedroneely.com/git/thedroneely/canory cd canory hugo && hugo ``` |