From 9f74b1a1b6b4dfdfaa3d4aecbf3bbc5215390f14 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 29 Apr 2026 16:05:31 +0200 Subject: docs: add callout spec/plan, actions shortcode in bash-notes, fix IT trailing newline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - docs/superpowers/specs/2026-04-29-callout-shortcode-design.md — approved design spec - docs/superpowers/plans/2026-04-29-callout-shortcode.md — implementation plan - content/en/articles/bash-notes: add actions download button - content/it/articles/bash-notes: fix missing trailing newline Co-Authored-By: Claude Sonnet 4.6 --- content/en/articles/bash-notes/index.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/en') diff --git a/content/en/articles/bash-notes/index.md b/content/en/articles/bash-notes/index.md index c11c812..5a2e745 100644 --- a/content/en/articles/bash-notes/index.md +++ b/content/en/articles/bash-notes/index.md @@ -160,6 +160,8 @@ And the script will take care of putting everything back where it belongs. ### 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" >}} + Simply copy the script in your $PATH and make it executable, something like this should work: ```bash -- cgit v1.2.3 From 0f01917b1bf52a98680352569c7d07fcce0182a6 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 29 Apr 2026 16:11:07 +0200 Subject: Updated draft for bash-notes article --- content/en/articles/bash-notes/index.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'content/en') diff --git a/content/en/articles/bash-notes/index.md b/content/en/articles/bash-notes/index.md index 5a2e745..f03548b 100644 --- a/content/en/articles/bash-notes/index.md +++ b/content/en/articles/bash-notes/index.md @@ -154,9 +154,10 @@ notes.sh --restore=/some/dir And the script will take care of putting everything back where it belongs. -> ##### A bit of a warning on restoring backups -> -> *Keep in mind that all your existing notes will be overwritten in the process.* +{{< callout type="warning" title="Heads up" >}} + +Keep in mind that all your existing notes will be overwritten in the process. +{{< /callout >}} ### Installing @@ -220,4 +221,6 @@ It'd mean so much to receive some feedback, patches if you feel like contributin ### LICENSE -> bash-notes © 2023 by danix is licensed under CC BY-NC 4.0. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/4.0/ \ No newline at end of file +{{< callout type="info" >}} +bash-notes © 2023 by danix is licensed under CC BY-NC 4.0. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/4.0/ +{{< /callout >}} \ No newline at end of file -- cgit v1.2.3