summaryrefslogtreecommitdiff
path: root/data/posts.json
diff options
context:
space:
mode:
authoraltaf-creator <athaalaa@gmail.com>2024-04-04 16:41:10 +0700
committeraltaf-creator <athaalaa@gmail.com>2024-04-04 16:41:10 +0700
commita26de243da1a42ea9abc4953c1906cf558493883 (patch)
tree9dd5d14afda5e451f52ef744bd1408c0e717629f /data/posts.json
parentd9ef8a652594c782be0422184a8632588805db06 (diff)
initial commit for personal git repo server
Diffstat (limited to 'data/posts.json')
-rw-r--r--data/posts.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/data/posts.json b/data/posts.json
new file mode 100644
index 0000000..240b4d7
--- /dev/null
+++ b/data/posts.json
@@ -0,0 +1,26 @@
+{ "posts":
+ [
+ {
+ "id" : 0,
+ "title" : "beta0.2: The Visual Update is Out!",
+ "description" : "",
+ "date" : "Wed, 26 July 2023",
+ "author" : "altaf-creator",
+ "tags" : ["simpliCity", "Devlog"],
+ "thumbnail" : "/assets/images/blog/beta0.2_cover.png",
+ "banner" : "/assets/images/blog/beta0.2_banner.png",
+ "path" : "/data/posts/0.md"
+ },
+ {
+ "id" : 1,
+ "title" : "Well that was dumb. (33nd Week of 2023)",
+ "description" : "",
+ "date" : "Wed, 16 August 2023",
+ "author" : "altaf-creator",
+ "tags" : ["simpliCity", "Devlog"],
+ "thumbnail" : "/assets/images/blog/33_cover.png",
+ "banner" : "/assets/images/blog/33_banner.png",
+ "path" : "/data/posts/1.md"
+ }
+ ]
+}