diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-04 16:02:59 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-04 16:02:59 +0200 |
| commit | 58e5579864c9e997d9c4bf62683a56e7ae6eb9fb (patch) | |
| tree | f8e27a67ee967cfbb6466c61b9baae70e736008e /content | |
| parent | 35a97fa04b73cd363ab94cb8f62e313f657e1a7e (diff) | |
| download | danixxyz-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')
| -rw-r--r-- | content/en/articles/bash-notes/index.md | 2 | ||||
| -rw-r--r-- | content/en/articles/gify-back-to-bash-scripting/index.md | 2 | ||||
| -rw-r--r-- | content/en/repository/index.md | 2 | ||||
| -rw-r--r-- | content/it/articles/bash-notes/index.md | 2 | ||||
| -rw-r--r-- | content/it/articles/gify-back-to-bash-scripting/index.md | 2 | ||||
| -rw-r--r-- | content/it/repository/index.md | 2 |
6 files changed, 6 insertions, 6 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 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 diff --git a/content/it/articles/bash-notes/index.md b/content/it/articles/bash-notes/index.md index 4205449..b7b3d13 100644 --- a/content/it/articles/bash-notes/index.md +++ b/content/it/articles/bash-notes/index.md @@ -155,7 +155,7 @@ Tenete presente che tutte le vostre note esistenti verranno sovrascritte durante ### Installazione -{{< 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="Visualizza sul Repository Git" use="repo" caption="Codice sorgente e cronologia completa disponibili sul server git di danix.xyz." >}} Basta copiare lo script nella vostra cartella $PATH e renderlo eseguibile. Ecco un esempio: diff --git a/content/it/articles/gify-back-to-bash-scripting/index.md b/content/it/articles/gify-back-to-bash-scripting/index.md index f5c035c..0e4a458 100644 --- a/content/it/articles/gify-back-to-bash-scripting/index.md +++ b/content/it/articles/gify-back-to-bash-scripting/index.md @@ -11,7 +11,7 @@ tags = ["bash", "convert", "gif", "imagemagik", "mogrify", "script"] Oggi vi presenterò uno script utile che vi aiuterà a creare fantastiche GIF a partire dalle vostre foto, utilizzando alcuni strumenti della suite [IMAGEMAGIK](https://www.imagemagick.org). Quindi, senza ulteriori indugi, ecco lo script, preso direttamente dai repository di GitHub. -{{< 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="Scarica come archivio ZIP" use="download" caption="Scarica lo script gify.sh come archivio ZIP da GitHub Gist." >}} Il codice è piuttosto semplice: accetta alcuni argomenti e vi aiuta a ridimensionare le immagini mantenendo le proporzioni originali. Inserite il codice nella cartella desiderata e mettetelo subito in funzione. diff --git a/content/it/repository/index.md b/content/it/repository/index.md index b29d707..42fc768 100644 --- a/content/it/repository/index.md +++ b/content/it/repository/index.md @@ -5,7 +5,7 @@ date = 2026-04-17T00:00:00Z Questo è un repository **Slackware64-current**; i miei pacchetti sono compilati e gestiti per slackware64-current. Quando rilascio un pacchetto che può essere compilato sull'ultima versione stable di Slackware, provo a pubblicarlo su [slackbuilds.org](https://slackbuilds.org/), ma se il pacchetto proviene da questo repository, date per certo che sia solo per `-current`. -{{< actions url="https://packages.danix.xyz" desc="Visita il repository" outclass="flex justify-center my-10" >}} +{{< actions url="https://packages.danix.xyz" desc="Visita il repository" use="site" caption="Repository ufficiale di pacchetti per Slackware64-current." >}} ## Setup rapido |
