From 902081f4811a149d2aedceb155e70266e45c9a76 Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 14 Dec 2022 20:26:19 -0500 Subject: First post on plato --- _posts/processPosts.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '_posts/processPosts.js') diff --git a/_posts/processPosts.js b/_posts/processPosts.js index 15cf4e5..47b757c 100644 --- a/_posts/processPosts.js +++ b/_posts/processPosts.js @@ -27,6 +27,11 @@ const posts = [ url: "_posts/hello_world.html", title: "Hello, World!", tags: [ "personal" ] + }, + { + url: "_posts/plato_1.html", + title: "Euthyphro: the pious and the god-loved", + tags: [ "books" ] } ]; @@ -138,7 +143,7 @@ function createPostPage(outputFile, postFilter) {

Posts

-- cgit v1.2.1