summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rw-r--r--content/it/articles/bash-notes/index.md2
-rw-r--r--content/it/articles/gify-back-to-bash-scripting/index.md2
-rw-r--r--content/it/repository/index.md2
-rw-r--r--i18n/en.yaml3
-rw-r--r--i18n/it.yaml3
m---------themes/danix-xyz-hacker0
9 files changed, 12 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&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
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
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 3875a14..aeb911d 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -182,6 +182,9 @@ repo_example_1_desc:
# repo_example_3_desc:
# other: "SlackBuild scripts for Example Package 3. Utility package for system administration and configuration."
+# CTA Block shortcode
+actions_cta: "Open link"
+
# Callout shortcode titles
callout_note: "Note"
callout_tip: "Tip"
diff --git a/i18n/it.yaml b/i18n/it.yaml
index d8cee81..3ede6f8 100644
--- a/i18n/it.yaml
+++ b/i18n/it.yaml
@@ -184,6 +184,9 @@ repo_example_1_desc:
# repo_example_3_desc:
# other: "Script SlackBuild per Pacchetto Esempio 3. Pacchetto di utilità per amministrazione di sistema e configurazione."
+# Shortcode CTA Block
+actions_cta: "Apri il link"
+
# Titoli shortcode callout
callout_note: "Nota"
callout_tip: "Suggerimento"
diff --git a/themes/danix-xyz-hacker b/themes/danix-xyz-hacker
-Subproject 976c36b0cbb6c8bb6f9a0a3398a4229da8cb583
+Subproject 3d12e36cb146740a2bf2676554aba77ee57d831