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" } ];