2020 October
-
Leaving Hugo It's been a bit under two years since I migrated the site from Wordpress to Hugo. As discussed in this post one year ago, I was very happy with the general workflow of managing posts through markdown files in git, but had big problems with the Hugo build time, largely a consequence of my social media archiving. At that time, I didn't want to invest effort into migrating to a different backend, but the problem has only gotten incrementally worse since then, so I decided to take the jump and started working on it last month. Migration goals
2020 July
-
So recently Github secretly rolled out a new feature where you can create a file named README.md in a repo named github.com/<your github username>/<your github username>, and that markdown file would be rendered on your Github profile page. It means, you can now put basically anything you want on your Github profile! I just read this post from Simon Willson about using this new feature + Github actions and a Python script to automatically generate and update his Github profile. That seemed neat so I thought about how I would do it. My blog is already setup to publish using
-
In several places on this site (like if you click Photos in the menu up top), I have a grid-like view of a list of photos/images: I used to just have each thumbnail open the post permalink on click, with the anchor set to the image itself. The image would be shown in full size inline of the post. This was a bit clunky and not so modern, so I decided to implement it so that the image lists instead will show a Lightbox-style overlay with the full image and some details and an option to click through to the
2019 November
-
It was a bit more than a year ago that I decided to haphazardly and suddenly migrate from Wordpress to Hugo. It's a good time to look back and reflect on that decision and consider where we are now, and how to move forward. Good: I am extremely happy with the site's browser performance. It currently scores an insanely high 96 on Google's Pagespeed tool, and I'm pretty sure I I know how to close the remaining 4% gap. (I just need to get around to it.) generally all the advantages listed in the original post a year ago. I'm
2019 July
-
As is my wont, I'm almost never satisfied with a website's layout, so I've been tinkering with this blog's layout on the backend. To make a long story short, I decided to start working on a Hugo theme. It's still largely a work in progress, as there's a bunch of things I wanted to implement. But it was good enough to replace the old one so I went ahead and deployed it, so maybe some bugs here and there on some pages. And I'm still tinkering, so probably some minor/major changes as we go along in the next few weeks.
2018 November
-
Leaving Wordpress I've been using Wordpress for this blog since circa 2006 I believe, but as I mentioned in an earlier blog post that I was not 100% happy with using Wordpress for this blog. I have a few issues with Wordpress, none of them a major dealbreaker, but collectively enough to make me consider something else: the new Gutenberg editor set to become standard in 5.0 was in my experience, very clunky and kinda annoying the code structure of Wordpress is very deep and complex, sometimes making it difficult for me to make changes I want. I can usually