summaryrefslogtreecommitdiffhomepage
path: root/src/blog/index.gsp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-23 04:58:23 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-23 04:58:23 +0200
commit0348e115473a68a37c27be3264b061f79f5981ec (patch)
tree71061b985519a982a02f607f8b799ba61cd49e4c /src/blog/index.gsp
parentaf1d316eabadaa34776dd7eb989405c41688a9ac (diff)
Add an article on application windowing
Diffstat (limited to 'src/blog/index.gsp')
-rw-r--r--src/blog/index.gsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blog/index.gsp b/src/blog/index.gsp
index 19f799e..66e35de 100644
--- a/src/blog/index.gsp
+++ b/src/blog/index.gsp
@@ -28,6 +28,7 @@ html lang="en" {
p {-Posts:}
ul {
+ ARTICLE(windowing, {-Application Windowing is Bad})
ARTICLE(extend, {-Extensible Scripting})
ARTICLE(grab, {-Making Grep Better})
ARTICLE(gsp, {-Writing an HTML Preprocessor (feat. Tree-Sitter)})