summaryrefslogtreecommitdiff
path: root/data/posts.json
blob: 240b4d7e5c169c0ce188a8b62c53a4114883779a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"
	}
    ]
}