summaryrefslogtreecommitdiff
path: root/_posts/postList.js
diff options
context:
space:
mode:
authorMatthew Kosarek <matt.kosarek@canonical.com>2024-05-01 14:12:17 -0400
committerMatthew Kosarek <matt.kosarek@canonical.com>2024-05-01 14:12:17 -0400
commitece0f56d29509685f9b61642056f15f84a8a0726 (patch)
tree3882ad898a80ec498f406ce99cacf12cc94658b6 /_posts/postList.js
parent9262b5c798e1921c759addb492b592f3ccf64980 (diff)
cleanup: quick update, removing outdated items
Diffstat (limited to '_posts/postList.js')
-rw-r--r--_posts/postList.js16
1 files changed, 0 insertions, 16 deletions
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"
- }
-];