Deploying a Hugo Site for Free with GitHub Pages — My Setup for personal blog
Introduction to Hugo Hugo s an open-source static site generator with many community-built Themes for many kind of purpose. It is written in Go and been optimized for speed and flexibility. Static websites also load faster compared to dynamic ones. Hugo Installation Let’s start by installing the framework on your host machine. I mostly use Linux and WSL, so this guide is based on those operating systems. To install Hugo: sudo snap install hugo For other operating systems, please refer to Hugo Documentation. ...