Self Hosting Decap CMS

Recently I found myself wanting to rewrite The Irish Fighting Game Community’s homepage. Originally I had put it together primarily as a place to display our large number of discord servers but I found myself wishing for a solution with a blog posting element. So I set out to create a Hugo site with the functionality of the original react project but the functionality of a wordpress page (without all the bloat). Hugo obviously came straight to mind, with it’s lovely themes and easy posting abilities. But how was I supposed to let other people contributing without having to teach normies how to use git? ...

July 22, 2025 · 7 min

CORS for Ionic 5 Apps

This guide is only for the GET method, but should get you on the right road for any method Why you need CORS for Ionic Capacitor apps When it came time to do my frame data JSON file fetching in Ionic 5 I was met with a sad realisation. I wouldn’t be able to take advantage of the fact that Cordova apps use a loophole in CORS to allow fetching from any source at all. ...

March 4, 2021 · 3 min