From ece0f56d29509685f9b61642056f15f84a8a0726 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Wed, 1 May 2024 14:12:17 -0400 Subject: cleanup: quick update, removing outdated items --- _posts/postList.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 _posts/postList.js (limited to '_posts/postList.js') diff --git a/_posts/postList.js b/_posts/postList.js deleted file mode 100644 index bc0f919..0000000 --- a/_posts/postList.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = [ - { - 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" ] - }, - { - url: "_posts/plato2.html", - title: "Phaedo: Death and the Soul" - } -]; -- cgit v1.2.1