Updates dependencies and reorders character assets

Updates the project's dependencies to their latest versions to incorporate bug fixes and performance improvements.

Also reorders character assets for better organization.
This commit is contained in:
fundor333
2025-10-01 23:35:58 +02:00
parent 5dd48627ff
commit 71865f21e2
53 changed files with 256 additions and 150 deletions

View File

@@ -107,7 +107,7 @@ event_url: {event_url}
how_to_find_us: {how_to_find_us}
---
"""
post += f"\n{description}\n"
post += f"\n\n{description}\n"
# create the content/event directory if it doesn't exist
os.makedirs("content/event", exist_ok=True)
# write to a markdown file where is in the format content/event/YYYY-MM-DD-event-title.md