From 00b6e30015a97a1b0835f9c7be0dc0c76cc42f52 Mon Sep 17 00:00:00 2001 From: Max Bernstein Date: Sun, 5 Nov 2023 14:29:34 -0500 Subject: [PATCH] Rename blog.html to blog.md --- blog.html => blog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename blog.html => blog.md (87%) diff --git a/blog.html b/blog.md similarity index 87% rename from blog.html rename to blog.md index 890420f5..a9251554 100644 --- a/blog.html +++ b/blog.md @@ -16,7 +16,7 @@ {% endfor %} -

Runtime optimization, the series

+## Runtime optimization, the series -

Compiling a Lisp, the series

+## Compiling a Lisp, the series {% include compiling_a_lisp.md %} -

Writing a Lisp, the series

+## Writing a Lisp, the series {% include writing_a_lisp.md %}