summaryrefslogtreecommitdiff
path: root/src/content/tils/2020/11
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-05 15:27:47 -0300
committerEuAndreh <eu@euandre.org>2025-04-05 15:27:47 -0300
commite6257f1b0980f0048c3d5bd3afe7fc803adf7db3 (patch)
tree01ec62d3bc7b895183395a12df7f65de111c3659 /src/content/tils/2020/11
parentMakefile, deps.mk, mkdeps.sh: Cosmetic tweaks (diff)
downloadeuandre.org-e6257f1b0980f0048c3d5bd3afe7fc803adf7db3.tar.gz
euandre.org-e6257f1b0980f0048c3d5bd3afe7fc803adf7db3.tar.xz
src/content/: Fix sorting of articles published in the same day
Diffstat (limited to 'src/content/tils/2020/11')
-rw-r--r--src/content/tils/2020/11/12/diy-nix-bash-ci.adoc4
-rw-r--r--src/content/tils/2020/11/12/git-bisect-automation.adoc4
2 files changed, 8 insertions, 0 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 73919d5..cee2098 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,3 +1,7 @@
+////
+export sort=2
+////
+
= DIY bare bones CI server with Bash and Nix
:post-receive: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
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 c70bb2d..d068fc1 100644
--- a/src/content/tils/2020/11/12/git-bisect-automation.adoc
+++ b/src/content/tils/2020/11/12/git-bisect-automation.adoc
@@ -1,3 +1,7 @@
+////
+export sort=1
+////
+
= Git bisect automation
It is good to have an standardized way to run builds and tests on the repository