summaryrefslogtreecommitdiff
path: root/_posts/postList.js
diff options
context:
space:
mode:
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"
- }
-];