6 Commits

Author SHA1 Message Date
da21c622e8
New composition and chores
Some checks failed
Build Docker Image and Deploy / Build Image and push to Registry (push) Failing after 43s
Build Docker Image and Deploy / Deploy on webserver (push) Has been skipped
- chore: update @astrojs
- fix: changed rendering type from 'hybrid' to 'static' as they were merged in @astrojs v5.0
- new: new composition - Space Experiments
2024-12-14 19:39:48 +01:00
d9e7b62e14
Middleware modifications
- Removed custom middleware (wasn't working with nodejs adapter)
- Update settings for i18n adapter
2024-07-08 23:50:02 +02:00
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
16d493c820
Finishig touches & translations
- Added Czech translation of the first blog post
- Finishing touches and details
  - Translaitions of composition names
  - Changing naming scheme in content/music/
2024-07-07 15:15:00 +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
3b33ffa05d
Finished section for music
- Finished listing of musical compositions
- Slight update to listing of blog posts
- Updating api.js
- Fixed dark/light mode in some pages (font color)
2024-06-17 11:58:32 +02:00