summaryrefslogtreecommitdiffstats
path: root/content/en
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-04 16:02:59 +0200
committerDanilo M. <danix@danix.xyz>2026-05-04 16:02:59 +0200
commit58e5579864c9e997d9c4bf62683a56e7ae6eb9fb (patch)
treef8e27a67ee967cfbb6466c61b9baae70e736008e /content/en
parent35a97fa04b73cd363ab94cb8f62e313f657e1a7e (diff)
downloaddanixxyz-58e5579864c9e997d9c4bf62683a56e7ae6eb9fb.tar.gz
danixxyz-58e5579864c9e997d9c4bf62683a56e7ae6eb9fb.zip
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 <noreply@anthropic.com>
Diffstat (limited to 'content/en')
-rw-r--r--content/en/articles/bash-notes/index.md2
-rw-r--r--content/en/articles/gify-back-to-bash-scripting/index.md2
-rw-r--r--content/en/repository/index.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/content/en/articles/bash-notes/index.md b/content/en/articles/bash-notes/index.md
index 6023417..d82329b 100644
--- a/content/en/articles/bash-notes/index.md
+++ b/content/en/articles/bash-notes/index.md
@@ -160,7 +160,7 @@ Keep in mind that all your existing notes will be overwritten in the process.
### Installing
-{{< actions inclass="border-2 shadow-xl mx-auto" outclass="flex justify-center" url="https://git.danix.xyz/?p=bash-notes.git;a=summary" desc="Download from Git Repository" >}}
+{{< actions url="https://git.danix.xyz/?p=bash-notes.git;a=summary" desc="View on Git Repository" use="repo" caption="Source code and full history available on the danix.xyz git server." >}}
Simply copy the script in your $PATH and make it executable, something like this should work:
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&nbsp;while keeping the original proportions. Put the code in your path and let's put it to work.
diff --git a/content/en/repository/index.md b/content/en/repository/index.md
index 1f5a137..ef08f69 100644
--- a/content/en/repository/index.md
+++ b/content/en/repository/index.md
@@ -6,7 +6,7 @@ date = 2026-04-17T00:00:00Z
This is a **Slackware64-current** repository, my packages are built on and managed for slackware64-current. When I release a package that can build on the latest stable version of Slackware, I'll try to publish it to [slackbuilds.org](https://slackbuilds.org/), but if the package comes from this repository, you can assume it's for `-current` only.
-{{< actions url="https://packages.danix.xyz" desc="Visit the repository" outclass="flex justify-center my-10" >}}
+{{< actions url="https://packages.danix.xyz" desc="Visit the repository" use="site" caption="Official package repository for Slackware64-current." >}}
## Quick Start