From 58e5579864c9e997d9c4bf62683a56e7ae6eb9fb Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 4 May 2026 16:02:59 +0200 Subject: feat: upgrade actions shortcode usages to CTA block Updates all 6 content files to use new `use` parameter and `caption` descriptions. Adds i18n keys for the default button label. Bumps submodule to include the new cta-block component. Co-Authored-By: Claude Sonnet 4.6 --- content/en/articles/gify-back-to-bash-scripting/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/en/articles/gify-back-to-bash-scripting/index.md') diff --git a/content/en/articles/gify-back-to-bash-scripting/index.md b/content/en/articles/gify-back-to-bash-scripting/index.md index c34fb13..9e0faee 100644 --- a/content/en/articles/gify-back-to-bash-scripting/index.md +++ b/content/en/articles/gify-back-to-bash-scripting/index.md @@ -13,7 +13,7 @@ tags = [ "bash", "convert", "gif", "imagemagik", "mogrify", "script"] Today I'll present you a useful script that will help you create amazing gifs from your still photos using a couple tools from the [IMAGEMAGIK](https://www.imagemagick.org) suite, so without further ado, here it is, straight from github's gists. -{{< actions url="https://gist.github.com/danixland/624f77c70c9e19ce7cf9/archive/26746be7f7009f82e4246a8bc0e5728954d0ac8b.zip" desc="Download as ZIP archive" outclass="special" inclass="primary" >}} +{{< actions url="https://gist.github.com/danixland/624f77c70c9e19ce7cf9/archive/26746be7f7009f82e4246a8bc0e5728954d0ac8b.zip" desc="Download as ZIP archive" use="download" caption="Download the gify.sh script as a ZIP archive from GitHub Gist." >}} what the code does is quite simple, it takes a few arguments and helps you resize your images while keeping the original proportions. Put the code in your path and let's put it to work. -- cgit v1.2.3