Deploy a static website with Hugo
This site is generated using Hugo. Configuration is done using yaml and posts are markdown files. Very simple and easy to track in git. Create a blank site Install hugo # snaps are the easiest way to get an updated version of hugo sudo snap install hugo Create a site (this creates a new folder with the site’s name) hugo new site hugo-demo cd hugo-demo Add a theme, I picked PaperMod...