diff options
Diffstat (limited to 'content/it/articles')
| -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 |
2 files changed, 2 insertions, 2 deletions
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. |
