From 5b1f774ac1638cc7cfbef124394b6241bec6894a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 9 Apr 2025 14:38:52 -0300 Subject: src/content/: Recover article categories metadata, not its usage or metadata --- src/content/tils/2020/11/08/find-broken-symlink.adoc | 1 + src/content/tils/2020/11/12/diy-nix-bash-ci.adoc | 1 + src/content/tils/2020/11/12/git-bisect-automation.adoc | 1 + src/content/tils/2020/11/12/useful-bashvars.adoc | 1 + src/content/tils/2020/11/30/git-notes-ci.adoc | 1 + 5 files changed, 5 insertions(+) (limited to 'src/content/tils/2020/11') diff --git a/src/content/tils/2020/11/08/find-broken-symlink.adoc b/src/content/tils/2020/11/08/find-broken-symlink.adoc index d8f6b20..9b44036 100644 --- a/src/content/tils/2020/11/08/find-broken-symlink.adoc +++ b/src/content/tils/2020/11/08/find-broken-symlink.adoc @@ -1,4 +1,5 @@ = Find broken symlinks with "find" +:categories: shell :annex: https://git-annex.branchable.com/ :annex-wanted: https://git-annex.branchable.com/git-annex-wanted/ diff --git a/src/content/tils/2020/11/12/diy-nix-bash-ci.adoc b/src/content/tils/2020/11/12/diy-nix-bash-ci.adoc index cee2098..aa96466 100644 --- a/src/content/tils/2020/11/12/diy-nix-bash-ci.adoc +++ b/src/content/tils/2020/11/12/diy-nix-bash-ci.adoc @@ -3,6 +3,7 @@ export sort=2 //// = DIY bare bones CI server with Bash and Nix +:categories: ci :post-receive: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks :example-project: https://euandreh.xyz/remembering/ci.html diff --git a/src/content/tils/2020/11/12/git-bisect-automation.adoc b/src/content/tils/2020/11/12/git-bisect-automation.adoc index d068fc1..936d042 100644 --- a/src/content/tils/2020/11/12/git-bisect-automation.adoc +++ b/src/content/tils/2020/11/12/git-bisect-automation.adoc @@ -3,6 +3,7 @@ export sort=1 //// = Git bisect automation +:categories: git It is good to have an standardized way to run builds and tests on the repository of a project, so that you can find when a bug was introduced by using diff --git a/src/content/tils/2020/11/12/useful-bashvars.adoc b/src/content/tils/2020/11/12/useful-bashvars.adoc index 5061b64..84b93c3 100644 --- a/src/content/tils/2020/11/12/useful-bashvars.adoc +++ b/src/content/tils/2020/11/12/useful-bashvars.adoc @@ -1,4 +1,5 @@ = Useful Bash variables +:categories: shell :bash: https://www.gnu.org/software/bash/ :bash-bang-bang: https://www.gnu.org/software/bash/manual/bash.html#Event-Designators diff --git a/src/content/tils/2020/11/30/git-notes-ci.adoc b/src/content/tils/2020/11/30/git-notes-ci.adoc index bfce42a..19f38d3 100644 --- a/src/content/tils/2020/11/30/git-notes-ci.adoc +++ b/src/content/tils/2020/11/30/git-notes-ci.adoc @@ -1,4 +1,5 @@ = Storing CI data on Git notes +:categories: git, ci :git-notes: https://git-scm.com/docs/git-notes :nix-bash-ci: link:../12/diy-nix-bash-ci.html -- cgit v1.2.3