diff --git a/main.py b/main.py index d9a7705..6dace53 100644 --- a/main.py +++ b/main.py @@ -12,11 +12,11 @@ posts = [ {"alias": "update-1", "title": "Game 'Picture Puzzle remake' update 1.0", "image": "baobab.png"}, {"alias": "how-it-was-made", "title": "Picture Puzzle remake - How it was made", "image": "coding.png"}, {"alias": "difficulties", "title": "Difficulties while making game", "image": "staircase-fail.png"}, - {"alias": "how-it-was-made", "title": "ChasGPT as code helper", "image": "gpt-meme.png"}, + {"alias": "chatgpt", "title": "ChasGPT as code helper", "image": "gpt-meme.png"}, {"alias": "update-1-1", "title": "Game 'Picture Puzzle remake' update 1.1", "image": "skeleton.png"}, - {"alias": "how-it-was-made", "title": "Game expectations vs. reality", "image": "developers-be-like.png"}, - {"alias": "how-it-was-made", "title": "Design and music", "image": "baobab.png"}, - {"alias": "how-it-was-made", "title": "Advices for game developers", "image": "advice.png"} + {"alias": "expectations", "title": "Game expectations vs. reality", "image": "developers-be-like.png"}, + {"alias": "design-and-music", "title": "Design and music", "image": "design-and-music.png"}, + {"alias": "advices", "title": "Advices for game developers", "image": "advice.png"} ] def fetch_latest_posts(): diff --git a/static/images/advice.png b/static/images/advice.png new file mode 100644 index 0000000..3b3783e Binary files /dev/null and b/static/images/advice.png differ diff --git a/static/images/design-and-music.png b/static/images/design-and-music.png new file mode 100644 index 0000000..b1b8499 Binary files /dev/null and b/static/images/design-and-music.png differ