How This Blog Is Built and Deployed
This blog is built with Hugo using the PaperMod theme and is automatically built, published, and deployed through a fully automated CI/CD pipeline powered by GitHub Actions, Docker, GitHub Container Registry (GHCR), Watchtower, and Pangolin. Hugo is an open-source static site generator written in Go. Instead of generating pages dynamically whenever a visitor opens a website, Hugo generates the complete website in advance. Content is typically written in Markdown and combined with configuration, templates, themes, and static assets to generate the final website. Hugo is designed to be fast, flexible, and suitable for anything from personal blogs and documentation sites to larger websites. ...