commit 43b860042e46000a70a0aa1f8a05abb81a7f73a7
parent ed2cbe85618f37115ddc2f5489ca20b818b104f1
Author: Charlie Stanton <charlie@shtanton.xyz>
Date: Thu, 9 Sep 2021 17:43:06 +0100
Publish pipes post
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -1,4 +1,4 @@
-POSTS = domain_specific_languages best_social_media all_the_protocols ex
+POSTS = gripes_with_pipes domain_specific_languages best_social_media all_the_protocols ex
WEB_POSTS = $(POSTS:%=html/posts/%.html)
GEMINI_POSTS = $(POSTS:%=gemini/posts/%.gmi)
diff --git a/posts-config b/posts-config
@@ -1,3 +1,4 @@
+gripes_with_pipes::Gripes With Pipes (My non-problems with the shell)::2021-09-09
domain_specific_languages::Domain Specific Languages::2021-08-25
best_social_media::The Best Social Media::2021-04-30
all_the_protocols::All the protocols::2020-11-17