summaryrefslogtreecommitdiff
path: root/_posts/postList.js
blob: bc0f9197b4125f8a12cc51a2c1b5e0f7344381b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
  }
];