Commit Graph

6 Commits

Author SHA1 Message Date
7a71a66dc7
Enabled SSR with pre-renders
- Enable server output mode
- Pre-render for (almost) every .astro file
- Fixed custom middleware
2024-07-08 23:01:44 +02:00
c0e69f5413
Added first content & bugfixes
- Fixed some displaying of images (images in /public cannot have their
size infered)
- Added first blog post (only in english)
- Added first composition
2024-07-05 22:07:15 +02:00
687e8ee686
Added contact form (not working yet)
TODO:
backend for the contact form
2024-06-08 14:42:05 +02:00
92aed66774
i18n finished (no content yet)
"/" path is now i18n complete - text, image, favicon are all defined in dictionaries (src/i18n/<lang>.js)
Blog should be too
2024-06-06 12:55:12 +02:00
17da115193
Added 404 page
It works ? I think... XD
2024-06-04 13:11:12 +02:00
151a72584b
Basic post tagging system
Can get posts with some tags, but only using HTTP/S address.
Fixed SinglePostCard URL to work from anywhere
TODO: Add intelligent post filter
TODO: 404 Page
2024-06-04 12:53:06 +02:00