It's been a long while since I've had the drive to do anything. Trying to revamp the site a bit. Created a github action that takes the last 20 commits and their messages, dumps it into a JSON, and uploads it to the site. Then I parse and display them under site updates using js, so I never forget to post about what's changed on the site.
Usually I work on my site during burts of hypomania and I'm realizing that it has led me to make some very silly choices during how to actually code my site, because I just go with whatever I think of first. Right now, I'm rebuilding my layout to use flexboxes and min() max() clamp() functions in css to make the site responsive inherently, instead of tons of media queries.
Usually I work on my site during burts of hypomania and I'm realizing that it has led me to make some very silly choices during how to actually code my site, because I just go with whatever I think of first. Right now, I'm rebuilding my layout to use flexboxes and min() max() clamp() functions in css to make the site responsive inherently, instead of tons of media queries.