]> danix's work - danix.xyz-2.git/commitdiff
Updated draft for bash-notes article
authorDanilo M. <redacted>
Wed, 29 Apr 2026 14:11:07 +0000 (16:11 +0200)
committerDanilo M. <redacted>
Wed, 29 Apr 2026 14:11:07 +0000 (16:11 +0200)
content/en/articles/bash-notes/index.md

index 5a2e74547ab95f2ff4ca4dcd2db3af7af3ed22de..f03548b4db3d4b981cf24dd25d0d8ac691c59aaf 100644 (file)
@@ -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