aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/img/connectfourbeta.pngbin58883 -> 0 bytes
-rw-r--r--public/img/git.pngbin4254 -> 0 bytes
-rw-r--r--public/img/helloworld.pngbin16179 -> 0 bytes
-rw-r--r--public/img/software.pngbin23521 -> 0 bytes
-rw-r--r--public/posts.json50
5 files changed, 0 insertions, 50 deletions
diff --git a/public/img/connectfourbeta.png b/public/img/connectfourbeta.png
deleted file mode 100644
index b4ff091..0000000
--- a/public/img/connectfourbeta.png
+++ /dev/null
Binary files differ
diff --git a/public/img/git.png b/public/img/git.png
deleted file mode 100644
index 1842eed..0000000
--- a/public/img/git.png
+++ /dev/null
Binary files differ
diff --git a/public/img/helloworld.png b/public/img/helloworld.png
deleted file mode 100644
index dd067bf..0000000
--- a/public/img/helloworld.png
+++ /dev/null
Binary files differ
diff --git a/public/img/software.png b/public/img/software.png
deleted file mode 100644
index c4cf93b..0000000
--- a/public/img/software.png
+++ /dev/null
Binary files differ
diff --git a/public/posts.json b/public/posts.json
deleted file mode 100644
index 6cf881b..0000000
--- a/public/posts.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "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"
- }
- ]
-}