summaryrefslogtreecommitdiff
path: root/src/content/tils
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/tils')
-rw-r--r--src/content/tils/2020/11/12/diy-nix-bash-ci.adoc5
-rw-r--r--src/content/tils/2020/11/12/git-bisect-automation.adoc5
-rw-r--r--src/content/tils/2021/04/24/clojure-autocurry.adoc5
-rw-r--r--src/content/tils/2021/04/24/scm-nif.adoc5
4 files changed, 4 insertions, 16 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
diff --git a/src/content/tils/2021/04/24/clojure-autocurry.adoc b/src/content/tils/2021/04/24/clojure-autocurry.adoc
index 8eae061..fdc71f2 100644
--- a/src/content/tils/2021/04/24/clojure-autocurry.adoc
+++ b/src/content/tils/2021/04/24/clojure-autocurry.adoc
@@ -1,8 +1,5 @@
-////
-export sort=1
-////
-
= Clojure auto curry
+:sort: 1
: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 32604d5..7177355 100644
--- a/src/content/tils/2021/04/24/scm-nif.adoc
+++ b/src/content/tils/2021/04/24/scm-nif.adoc
@@ -1,9 +1,6 @@
-////
-export sort=2
-////
-
= Three-way conditional for number signs on Lisp
:categories: lisp, scheme, common lisp
+:sort: 2
:on-lisp: https://www.paulgraham.com/onlisptext.html
:sicp: https://mitpress.mit.edu/sites/default/files/sicp/index.html