I’ve previously implemented a series taxonomy in Hugo, but it only supported a single series per post and used intersect
which is kind of slow.
Here is my improved implementation of a series taxonomy in Hugo 👇
I’ve previously implemented a series taxonomy in Hugo, but it only supported a single series per post and used intersect
which is kind of slow.
Here is my improved implementation of a series taxonomy in Hugo 👇
Comments. I’ve written about them before, two times — but here we go again.
Long story short; I’ve spent some time thinking about adding comments, and think it might be time to give it another try. Why now? As my traffic numbers have gone up, so has the emails from readers. I don’t get a lot — by any measure, but I do get some with very good insight about the post.
I’d like to share that knowledge, but reworking it into the article is not always so easy. With a comment section; they could be put on display 🙂
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 AWS CLI, put-object, and the x-amz-website-redirect-location
metadata.
Here’s how 👇
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 r/homelab front page.
This generated a spike of traffic like I have never gotten before. In this post I’m going through some numbers; like performance, traffic and cost.
I’m adding security headers to my S3 and CloudFront hosted website — using Lambda@Edge. It’s pretty easy, here is how 👇