Files
Personal-Website-Project/posts.json

35 lines
1.5 KiB
JSON

[
{
"slug": "my-first-post",
"title": "Just an empty template",
"content": "This pages only purpose is to hold place for a reuseable template!",
"date": "2025-01-12",
"image_location": "images/posts/post1.jpg",
"topics": ["html", "CSS", "Flask"]
},
{
"slug": "platformer-game-developement-in-godot",
"title": "Platformer game in Godot 4",
"content": "The content of thi spost is generated, and its only purpose is to test the site.",
"date": "2025-01-13",
"image_location": "images/posts/platformer-game-developement-in-godot/godot_wide_logo.png",
"topics": ["Godot", "Game developement"]
},
{
"slug": "platformer-game-developement-in-unity",
"title": "Game developement in Unity 6",
"content": "The content of thi spost is generated, and its only purpose is to test the site.",
"date": "2025-01-14",
"image_location": "images/posts/platformer-game-developement-in-unity/unity_wide_logo.png",
"topics": ["Unity", "Game developement", "Guide"]
},
{
"slug": "platformer-game-developement-in-unreal-engine",
"title": "Game developement in Unreal Engine ",
"content": "The content of thi spost is generated, and its only purpose is to test the site.",
"date": "2025-01-14",
"image_location": "images/posts/platformer-game-developement-in-unreal-engine/unreal_engine_wide_logo.png",
"topics": ["Unreal Engine", "Game developement", "Guide"]
}
]