diff options
Diffstat (limited to 'src/content/tils')
4 files changed, 16 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 diff --git a/src/content/tils/2021/04/24/clojure-autocurry.adoc b/src/content/tils/2021/04/24/clojure-autocurry.adoc index d7dd557..8eae061 100644 --- a/src/content/tils/2021/04/24/clojure-autocurry.adoc +++ b/src/content/tils/2021/04/24/clojure-autocurry.adoc @@ -1,3 +1,7 @@ +//// +export sort=1 +//// + = Clojure auto curry :defcurry-orig: https://lorettahe.github.io/clojure/2016/09/22/clojure-auto-curry diff --git a/src/content/tils/2021/04/24/scm-nif.adoc b/src/content/tils/2021/04/24/scm-nif.adoc index f70e533..abd62b9 100644 --- a/src/content/tils/2021/04/24/scm-nif.adoc +++ b/src/content/tils/2021/04/24/scm-nif.adoc @@ -1,3 +1,7 @@ +//// +export sort=2 +//// + = Three-way conditional for number signs on Lisp :on-lisp: https://www.paulgraham.com/onlisptext.html |