Deploying this Hugo blog to AWS S3

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 are many options out there, but I deploy my website to AWS S3, using CloudFront to distribute it globally (aka. make it fast).

Here is the why and the how.

Read more →

Mapping the Wi-Fi coverage in my house and garden

Mapping the Wi-Fi coverage in my house and garden

I walked around my house, and garden — measuring the Wi-Fi signal. Here are the results 👇

Read more →

Altibox fiber — straight into Mikrotik CCR1009

Altibox fiber — straight into Mikrotik CCR1009

Ever since I got the fiber installed last year, the plan has been to drop the ISP box and plug it straight into my router. That’s why I had the fiber terminated in my patch panel.

I’ve been reluctant to do it, since messing with the internet needs to be done while the rest of the house is sleeping. And I was unsure what SFP module to use. I did buy the Ubiquiti UF-SM-1G-S pair, planning to use it with my EdgeRouter.

But I ended up using the SFP module that came with the ISP box, and my new MikroTik CCR1009.

The swap was super easy and only took a few minutes 😃

Read more →

Getting started with MikroTik CCR1009 and RouterOS

Getting started with MikroTik CCR1009 and RouterOS

When I began replacing my Unifi switches with MikroTik — I was very impressed with the MikroTik devices. So when I found a CCR1009-7G-1C-1S Core router, second hand, for a reasonable price — there was no reason not to buy it.

RouterOS seemed daunting at first; so I watched a lot of YouTube videos from The Network Berg, which increased my confidence 🙂

Read more →

Creating a series taxonomy in Hugo

Creating a series taxonomy in Hugo

I like the concept of blog post series — a large topic or project, broken up in smaller pieces. Easier to write, easier to read.

Here is how I implemented a series taxonomy in Hugo 👇

Read more →