Contents

How this site is built

Contents

How this site works

This site is built using Hugo, a static site generator written in Go. So I can host this website free with Cloudflare Pages and easily move to another solution if needed.

I also use Cloudflare CDN (built in Cloudflare Pages) and DNS. Build process is automated with Cloudflare Pages. Maybe I will back to build in GitHub Actions.

Whole source code is kept on GitHub: https://github.com/kajoj2/kajoj.com

Content is written in Markdown, which is a lightweight markup language that allows you to format text easily. Big plus of markdown is that it can be reusable, for example, I can use my notes from Obsidian to create a blog post with little to no effort.