summaryrefslogtreecommitdiff
path: root/blog.md
diff options
context:
space:
mode:
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)/'
+?>