diff options
Diffstat (limited to 'public/posts.json')
-rw-r--r-- | public/posts.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/public/posts.json b/public/posts.json new file mode 100644 index 0000000..6cf881b --- /dev/null +++ b/public/posts.json @@ -0,0 +1,50 @@ +{ + "valid_tags": [ + "beta", + "connect 4", + "git", + "home", + "open source", + "phone", + "server", + "software" + ], + "posts": [ + { + "title": "Loek's excruciatingly interesting blog", + "subtitle": "This is the article that's displayed on the home page", + "author": "Loek", + "date": "April 12 2021", + "tags": ["home"], + "cover": "/img/helloworld.png", + "id": "index" + }, + { + "title": "Software that I use", + "subtitle": "Desktop software, server software, phone apps, everything", + "author": "Loek", + "date": "April 13 2021", + "tags": ["software", "open source", "server", "phone"], + "cover": "/img/software.png", + "id": "software" + }, + { + "title": "Connect 4 beta live!", + "subtitle": "Announcement post", + "author": "Loek", + "date": "April 24 2021", + "tags": ["connect 4", "beta"], + "cover": "/img/connectfourbeta.png", + "id": "connect4" + }, + { + "title": "My git setup", + "subtitle": "How I use git on my server", + "author": "Loek", + "date": "April 28 2021", + "tags": ["git", "server", "software"], + "cover": "/img/git.png", + "id": "git" + } + ] +} |