fix url
All checks were successful
Build OCI Image / docker (push) Successful in 1m44s

This commit is contained in:
Yadunand Prem 2025-08-31 14:31:49 +08:00
parent 51f3225682
commit 759c2c338b

View File

@ -15,7 +15,7 @@ A place for short form thoughts and ideas
## [FILM]($section.id("2025-08-23T01:45+08:00")) ## [FILM]($section.id("2025-08-23T01:45+08:00"))
Just added a new tab to the site, film. AND IM SO HAPPY I HAVE A SPACE TO DUMP MY PICTURES. I didn't really want to post them on Instagram cause theres too many pictures from 1 roll, and I didn't really want to filter them. Here, at least I can dump them and not really think too hard. Just added a new tab to the site, film. AND IM SO HAPPY I HAVE A SPACE TO DUMP MY PICTURES. I didn't really want to post them on Instagram cause theres too many pictures from 1 roll, and I didn't really want to filter them. Here, at least I can dump them and not really think too hard.
Getting my images here was a journey though. Initially, I assumed zine had a `$page.assets` directive that I could use to iterate through the images. It didn't appear to have one, so that got me to dive into the surprisingly complex zine codebase, and implemented that [here](https://github.com/yaudnut/zine). Getting my images here was a journey though. Initially, I assumed zine had a `$page.assets` directive that I could use to iterate through the images. It didn't appear to have one, so that got me to dive into the surprisingly complex zine codebase, and implemented that [here](https://github.com/yadunut/zine).
After building that, I tried to create a docker file with zig 0.15.1 and my zine version, and found out how annoying it is to do that. So I decided to dive into the codebase and realized that zine could read json files. After building that, I tried to create a docker file with zig 0.15.1 and my zine version, and found out how annoying it is to do that. So I decided to dive into the codebase and realized that zine could read json files.