diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-05-12 12:14:49 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-05-12 12:14:49 +0200 |
commit | 99ee02764d8533d0e67d6880a8923f1478fe8899 (patch) | |
tree | d62a51db832ed1ee853757f34a21d01fedb91f6e | |
parent | da96490d5e458def5a7511deab26fc5cfeb22af3 (diff) |
oops
-rw-r--r-- | public/img/connectfourbeta.png | bin | 58883 -> 0 bytes | |||
-rw-r--r-- | public/img/git.png | bin | 4254 -> 0 bytes | |||
-rw-r--r-- | public/img/helloworld.png | bin | 16179 -> 0 bytes | |||
-rw-r--r-- | public/img/software.png | bin | 23521 -> 0 bytes | |||
-rw-r--r-- | public/posts.json | 50 |
5 files changed, 0 insertions, 50 deletions
diff --git a/public/img/connectfourbeta.png b/public/img/connectfourbeta.png Binary files differdeleted file mode 100644 index b4ff091..0000000 --- a/public/img/connectfourbeta.png +++ /dev/null diff --git a/public/img/git.png b/public/img/git.png Binary files differdeleted file mode 100644 index 1842eed..0000000 --- a/public/img/git.png +++ /dev/null diff --git a/public/img/helloworld.png b/public/img/helloworld.png Binary files differdeleted file mode 100644 index dd067bf..0000000 --- a/public/img/helloworld.png +++ /dev/null diff --git a/public/img/software.png b/public/img/software.png Binary files differdeleted file mode 100644 index c4cf93b..0000000 --- a/public/img/software.png +++ /dev/null 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" - } - ] -} |