da21c622e8
New composition and chores
...
- 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
593d2d4ecf
Update image and typos in bp-3
2024-11-23 11:23:53 +01:00
67c8d043d9
3rd blog post
2024-11-23 10:28:04 +01:00
f9dcab557a
Small bugfixes
2024-11-20 14:34:16 +01:00
5a873073b5
Add bluesky contact link
2024-11-18 18:19:43 +01:00
5cdbfa0837
fix: fixed non-existent golang
in post 2 (replace with go
)
2024-09-01 10:47:47 +02:00
de7ade28c7
fix: dates in first 2 blog posts (swapped day and month)
2024-09-01 09:01:19 +02:00
39c8dc5de1
chore: updated astro.js;
2024-09-01 08:55:07 +02:00
afc69605dd
update astro to 4.12.2
2024-07-23 11:04:51 +02:00
a5ad0fac66
Added mastodon link and mastodon validation
2024-07-15 16:17:49 +02:00
6cd3a06e97
Fixed iport in pages/index.astro
2024-07-09 16:03:29 +02:00
e5ac03d11a
Merge branch 'develop'
2024-07-09 16:00:14 +02:00
85d38eb3d5
SEO optimizations
...
SEO optimizations using astro-seo and SEO component
Modified i18n to incorporate complex SEO
2024-07-09 15:59:09 +02:00
9a84d9acbb
Added robots.txt and modified sitemap.xml generation
2024-07-09 15:29:05 +02:00
c9c156bd33
Reversed order of displayed blog posts
2024-07-09 14:51:01 +02:00
82f97cd7ca
Merge branch 'main' of git.cyrilsebek.cz:blboun3/personal-website
2024-07-09 14:41:09 +02:00
fa5b02a4fe
Fixed content
2024-07-09 14:39:20 +02:00
6c0050ec1a
Added new content in English
2024-07-09 14:34:29 +02:00
238c62923f
Middleware & transitions
2024-07-09 10:46:16 +02:00
9046c112bd
Merge pull request 'Middleware modifications' ( #1 ) from develop into main
...
Reviewed-on: #1
2024-07-08 23:51:22 +02: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
8bc889124d
Added pre-renders everywhere
...
- Except jsx files explicitly stating "use client"
2024-07-08 23:05:21 +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
397ba05c7c
Added meta tags
...
Added HTML meta tags
2024-07-08 21:41:25 +02:00
ed7add8ae0
Fixed navbar on smaller screens
...
- Fixed: navbar change width in firefox on phones
2024-07-08 21:31:43 +02:00
8958494701
Fixed pnpm --ommit
2024-07-07 22:52:09 +02:00
8bb3e17a3b
Optimisations
2024-07-07 22:49:39 +02:00
525dcb502b
Changed :latest to :main
2024-07-07 22:24:19 +02:00
7c0abeeafd
Added -o StrictHostKeyChecking=no
2024-07-07 22:19:09 +02:00
5827c00453
Fixed typo in SSH
2024-07-07 22:17:31 +02:00
ed8449e1ce
Debugging
2024-07-07 22:05:51 +02:00
290ee75d98
not sure what changed
2024-07-07 21:56:22 +02:00
5023fc631f
Someone told me to do this
2024-07-07 21:46:02 +02:00
8da5cc7970
Me was dumb dumb
2024-07-07 21:36:37 +02:00
cedd3c8849
psl kill me
2024-07-07 21:35:28 +02:00
96f5ef2215
IDK anymore...
2024-07-07 21:33:33 +02:00
48efb49a04
Trying to fix it
2024-07-07 21:32:35 +02:00
f5f1dd2d81
Fixed previous commit
2024-07-07 21:29:55 +02:00
6197331f20
Pnpm-ify dockerfile
2024-07-07 21:26:11 +02:00
abbb4a26ac
Replaced env with vars
2024-07-07 21:14:28 +02:00
8bd64f03c8
Autodeployment
2024-07-07 21:11:32 +02:00
525faf34e6
Setting up workflow
...
- Added COPYING (LICENSE)
- Added Dockerfile
- Automated build on push to main
- Push docker container to local registry
2024-07-07 20:33:35 +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
e605fab161
Added short and ultrashort optimisations
...
- Added short (max-height: 880px) and ultrashort (max-height: 670px)
tailwind screens
- Optimised hero and about sections for shorter screens
2024-07-07 13:55:39 +02:00
6ff8596301
Removed contact form
...
- Removed contact form
- Added contact via email button
- Reordered floating contact buttons
2024-07-07 13:14:49 +02:00
d6d44fd9af
Tooltips in the top navigation bar
...
Added tooltips to icons in top navigation bar
2024-07-06 17:02:07 +02:00
8a11f24244
Finished floating links
...
Finished positioning of floating links on desktop and mobile
Added hover tooltips to floating links
2024-07-06 16:45:42 +02:00
cdfc43024b
Added 3XL
...
Added tailwind selector 3XL (width: 1900px )
Modified Layouts and Navigation to be wider for 2xl
2024-07-06 15:52:20 +02:00
992c5fa86e
Link bar on left side of main page
...
(Sucks on phones, but otherwise okay)
Bug fixes
2024-07-06 00:03:50 +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