- The website now employs the composer kit, necessitating structural modifications. It runs on PHP 8.2 and a relatively stable Kirby version - specifically, v5 rc2.
- A minor animation has been added to the
details
tag, enhancing its appearance when opened. - The grid system defaults to
auto-fill
instead ofauto-fit
. Now, the polaroids no longer take up 100% of the container’s width if there are fewer than four per line. - Komments…
Changelog
A summary of changes to the website
-
-
Updated the main font, Name Sans, and improved text readability by applying the following settings:
- Grotesque ‘R’ in Display (Above optical size 46)
- Alts ‘I, l, g’ in Text (Below optical size 20)
- Slashed Zero for reference texts
-
There are now Open Graph informations and images available when a URL is shared.
For the image, I create a SVG image. I did not create JPEG or PNG. I did something simple and easily maintainable.
However, some improvements are still needed, particularly for the photos. When a title is too long, it appears under the photo, and I have to correct it. Despite this, I decided to implement them because it’s cool.To see the result of the OG imag…
-
Each page now has a canonical URL, thanks to Kirby's unique ID.
-
I have repatriated all the photos from my Instagram account to the photos page. I still have some text editing to do, but the main thing is that the photos are here.
Next, I need to delete everything on Instagram.
-
You can check out my favorite tracks again – feel free to judge my (bad) taste!
Back when the site ran on Eleventy, I had to punch in the tracks by hand. There was a Spotify widget too, which let you listen to the song if you had an account.
Now, my favorite tracks get pulled straight from my Last.fm profile. Why? Well, I don’t only listen to music via Last.fm – I spin quite a bit of vinyl too. It’s a b…
-
Fix missing bookmarks links
-
- Made some tweaks to the font sizes so they’re a bit smaller on mobile, giving the site a more professional look.
- Also cleaned up some CSS styles.
- All the images on the photos page are now in
webp
format, and the responsive images have been improved. Still need to fix a few things related to screen DPI. - The current page is highlighted in the secondary navigation.
- Added a /now page
-
Add lazy loading on images
-
Turning off automatic posting of articles on Mastodon.
-
The secondary navigation has been added to the footer.
-
You need patience waiting for a Polaroid picture to develop. To speed things up, people naturally shake them, even though it doesn’t really do much. Well, on this website, it actually does.
Shaking your mouse or scrolling frantically on your mobile will speed up the reveal.
I still need to improve the accessibility of this feature. But I think it’s fun.
Actually shaking the phone wasn’t implemented because phones require a confirmation message, and I didn’t like that.
(image: file://2hbsvlw…
-
Add the Changelog page, which lists the changes on the site.
-
The page displaying the photos shows the images styled like Polaroids. Please be patient, as it takes about ten seconds for the images to develop… just like real Polaroids.
There’s just a tiny bit of Javascript used to randomly position the images, but it’s not essential. Everything works perfectly fine with just CSS.
-
The alt text for the images was missing. That’s been fixed.