Posts tagged: hosting
Build and deploy Hugo with Make
I’ve written before about how I deploy this blog using Drone.io. It works well, and does exactly what you’d expect. Lately I’ve started looking into reducing complexity in homelab systems that I use — …
Turning Hugo aliases into AWS S3 redirects
I’m hosting this blog on AWS S3 and Cloudfront. One disadvantage with S3 is that it doesn’t have a simple way of creating redirects — like Netlify, Firebase, or even Nginx. But there is way; using the …
Reddit traffic spike and website performance
On Tuesday August 24th I posted a link to my Running underground CAT6 to detached garage post on the r/homelab subreddit. The Reddit post got lots of upvotes and comments — and started climbing on the …
Deploying this Hugo blog to AWS S3
This blog is built with Hugo — an open-source static site generator. Static websites require no server side processing, which makes them easier to host and opens up new hosting possibilities. There …
Output Hugo aliases as a Nginx map file
In my previous post I wrote about turning Hugo aliases into Firebase redirects. Now — let’s convert them into a Nginx map file, and have Nginx redirect based on that file.
Turning Hugo aliases into Firebase redirects
Using Firebase and Hugo? Use front matter aliases to automatically add redirects to your firebase.json configuration. Turning your aliases into proper 301 or 302 redirects.
Mirrors moved from the homelab to Terrahost
I’ve been hosting repository mirrors from my homelab rack for a while. I first set up Archlinux in May 2018, then followed OPNsense, Cygwin, MariaDB, Raspbian and lastly Manjaro — now they are in a …