Category: Tech

A Cost-Effective Personal Blog with Hugo, GitHub, and Cloudflare Pages

A Cost-Effective Personal Blog with Hugo, GitHub, and Cloudflare Pages

A personal blog does not need a database, a virtual server, or another monthly subscription. If the site is mostly articles, images, and a few static pages, a static-site stack can be simpler, faster, and almost free to run.

This setup uses Hugo to build the site, GitHub to store its source, and Cloudflare Pages to publish it. The only recurring cost is usually the domain renewal.

Bash on Mac

Bash on Mac

Since macOS Catalina and later Apple has changed the default shell terminal to zsh. Most of your scripts based on bash will have incompatibility issues with zsh. You can switch to bash but the version that comes with macOS is pretty old. Let’s change that.