summaryrefslogtreecommitdiffhomepage
path: root/src/blog/index.gsp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-28 02:37:49 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-28 02:37:49 +0200
commit9463cda98b38b37cfb5bd5ee1ee5123221f046fb (patch)
treef432e82f4344c567ca2b9d046aaace8e3f5ff198 /src/blog/index.gsp
parente9edd2daec87f3f30988c83c972e028465303b70 (diff)
Add blogpost about Grab
Diffstat (limited to 'src/blog/index.gsp')
-rw-r--r--src/blog/index.gsp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/blog/index.gsp b/src/blog/index.gsp
index 7e53697..e869c7e 100644
--- a/src/blog/index.gsp
+++ b/src/blog/index.gsp
@@ -28,12 +28,12 @@ html lang="en" {
p {-Posts:}
ul {
- m4_dnl ARTICLE(grab, {-Making Grep Better})
- m4_dnl ARTICLE(andy-val, {-Values in Andy})
- m4_dnl ARTICLE(new-sh, {-Making a New Shell})
- m4_dnl ARTICLE(extend, {-Extensible Scripting})
- m4_dnl ARTICLE(fw-ec, {-Patching My Laptop’s Embedded Controller})
+ / ARTICLE(andy-val, {-Values in Andy})
+ / ARTICLE(new-sh, {-Making a New Shell})
+ / ARTICLE(extend, {-Extensible Scripting})
+ / ARTICLE(fw-ec, {-Patching My Laptop’s Embedded Controller})
+ ARTICLE(grab, {-Making Grep Better})
ARTICLE(gsp, {-Writing an HTML Preprocessor (feat. Tree-Sitter)})
ARTICLE(nvim-ts, {-Hacking with Tree-Sitter on Neovim})
}