Polishing of Uni quizes, and some styling
This commit is contained in:
10
posts.json
10
posts.json
@ -1,19 +1,19 @@
|
||||
[
|
||||
{
|
||||
"slug": "my-first-post",
|
||||
"title": "My First Post Ever",
|
||||
"content": "This is the content of my first post. It's an exciting moment to share my thoughts with the world!",
|
||||
"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": ["Introduction", "Technology", "Personal"]
|
||||
"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/godot_wide_logo.png",
|
||||
"topics": ["Technology", "Science"]
|
||||
"image_location": "images/posts/platformer-game-developement-in-godot/godot_wide_logo.png",
|
||||
"topics": ["Godot", "Game developement"]
|
||||
},
|
||||
{
|
||||
"slug": "third-post-title",
|
||||
|
Reference in New Issue
Block a user