summaryrefslogtreecommitdiff
path: root/src/content/tils/2021
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-09 15:31:28 -0300
committerEuAndreh <eu@euandre.org>2025-04-09 15:31:28 -0300
commit8666f2be2fd8fb3dfeadd1226b60a31fde8cfb6d (patch)
treeed98eb97c25a459950252662422e0e1168b1a1e5 /src/content/tils/2021
parentsrc/content/: Recover article categories metadata, not its usage or metadata (diff)
downloadeuandre.org-8666f2be2fd8fb3dfeadd1226b60a31fde8cfb6d.tar.gz
euandre.org-8666f2be2fd8fb3dfeadd1226b60a31fde8cfb6d.tar.xz
src/content/: Integrate sorting metadata into asciidoc document header
Diffstat (limited to 'src/content/tils/2021')
-rw-r--r--src/content/tils/2021/04/24/clojure-autocurry.adoc5
-rw-r--r--src/content/tils/2021/04/24/scm-nif.adoc5
2 files changed, 2 insertions, 8 deletions
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