Image Rendering Fixed

I was doing hacky workarounds when all I needed to do was go into the app settings and change the image resizing engine..

Borat thumbs up great job meme

I had already worked out that Sharp (the nodeJS package) was playing havoc with the ARM architecture, but I didn't realise there was an option to switch the image resizing engine in the app settings! I prefer to start using a tool and learn it as I go. I also tend to hyper focus on what I'm doing, so it's easy to miss additional menu's in the top right corner when you've just come to know there's a menu down the left side of the window. Don't get me wrong, it's an intelligent UX choice to keep app breaking settings well away from the regularly used settings, it's a safeguard against inattentive users (stop pointing at me) from accidentally deleting all their work.

So, I've switched the image engine to Jimp. Unfortunately, you lose the ability to convert to webp format. I like doing things the hard way, so I'm perfectly happy to go through old articles and strip images or purge some git history if it's needed at any point. I'm not expecting to have to even think about that for a while though.

I also found one other very handy feature in the app settings, which is the default directory where Publii keeps the sites you make with it. This means I could keep the directory in my Nextcloud and work on my blog at my desk or on the go. I haven't had a proper look at how heavy the site directories are yet, and I try to keep my cloud light and more importantly, cheap. So we will see if I still want to do that in the near future.