Commit Graph

7 Commits

Author SHA1 Message Date
fundor333
db676fdd80 Removes unused image assets
Removes a large number of image assets that are no longer used by the site. This reduces the size of the repository and the deployed site.

These images include various sizes of favicons, touch icons, cover images for old blog posts and weeknotes, and character images.

The `make-post.py` script is adjusted to correctly format the year in post paths.
2025-06-30 11:57:15 +02:00
fundor333
1fa0356ada Some update content 2025-06-16 22:55:52 +02:00
Fundor333
2acdc9551b Add syndication links for webmention and ActivityPub posts 2025-05-16 18:05:49 +02:00
Fundor333
7c732cf226 Add CsvCarsDownload ClassView for exporting CSV files in Django
- Implemented a ClassView to handle CSV file downloads.
- The view generates a CSV file with car data (brand, model, year).
- Allows customization of CSV dialect and data structure.
- Supports integration with other Class Mixins for additional functionalities.
2025-04-17 23:09:52 +02:00
Fundor333
df82e77f6c Refactor categories and tags across multiple posts to improve organization and clarity 2025-04-16 00:36:22 +02:00
Fundor333
b315e5ad36 Minor fix 2025-01-30 21:57:08 +01:00
Fundor333
aa15d7cda4 New post 2025-01-30 21:57:01 +01:00