diff options
author | EuAndreh <eu@euandre.org> | 2025-04-09 15:31:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-09 15:31:28 -0300 |
commit | 8666f2be2fd8fb3dfeadd1226b60a31fde8cfb6d (patch) | |
tree | ed98eb97c25a459950252662422e0e1168b1a1e5 /src/content/tils/2020 | |
parent | src/content/: Recover article categories metadata, not its usage or metadata (diff) | |
download | euandre.org-8666f2be2fd8fb3dfeadd1226b60a31fde8cfb6d.tar.gz euandre.org-8666f2be2fd8fb3dfeadd1226b60a31fde8cfb6d.tar.xz |
src/content/: Integrate sorting metadata into asciidoc document header
Diffstat (limited to 'src/content/tils/2020')
-rw-r--r-- | src/content/tils/2020/11/12/diy-nix-bash-ci.adoc | 5 | ||||
-rw-r--r-- | src/content/tils/2020/11/12/git-bisect-automation.adoc | 5 |
2 files changed, 2 insertions, 8 deletions
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 aa96466..219b694 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 @@ -1,9 +1,6 @@ -//// -export sort=2 -//// - = DIY bare bones CI server with Bash and Nix :categories: ci +:sort: 2 :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 936d042..d7ea2ca 100644 --- a/src/content/tils/2020/11/12/git-bisect-automation.adoc +++ b/src/content/tils/2020/11/12/git-bisect-automation.adoc @@ -1,9 +1,6 @@ -//// -export sort=1 -//// - = Git bisect automation :categories: git +:sort: 1 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 |