summaryrefslogtreecommitdiff
path: root/blog.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-02 19:14:17 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-02 19:14:17 +0200
commit23871d5aadcaa4d01b7c46cb951854572940414d (patch)
tree9a3f0490675642a5b76bdda8f44f2e75b469046c /blog.md
parentfbc308f96dca2854bc462e6fee412b5dc35b6c3c (diff)
downloadmetamuffin-website-23871d5aadcaa4d01b7c46cb951854572940414d.tar
metamuffin-website-23871d5aadcaa4d01b7c46cb951854572940414d.tar.bz2
metamuffin-website-23871d5aadcaa4d01b7c46cb951854572940414d.tar.zst
Rewrite
Diffstat (limited to 'blog.md')
-rw-r--r--blog.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/blog.md b/blog.md
new file mode 100644
index 0000000..00e0e41
--- /dev/null
+++ b/blog.md
@@ -0,0 +1,9 @@
+# weblog
+
+_Articles in reverse chronological order._
+
+<?exmd ls -1 blog \
+ | sort -r \
+ | grep -a '.md' \
+ | sed -e 's/\(.*\)\.md/- [\1](blog\/\1.html)/'
+?>