Hugo Blog Setup Guide Stack Hugo - static site generator (write posts in Markdown, builds to HTML) GitHub - stores site files, triggers auto-deploy on push Cloudflare Pages - free hosting, auto-deploys when GitHub repo updates Prerequisites Arch Linux (Omarchy or similar) GitHub account with gh CLI installed Domain managed on Cloudflare Step 1 - Install Hugo yay -S hugo Note: If you are using a Linux distribution that is not Arch-based, find the hugopackage in your repository (e.g., apt for Debian-based, yum or dnf for Fedora) and install it. ...
My First Post
My First Post This is a test post that I am using to test my Hugo set up.