Category: Windows

  • Posted on Simple Hugo Website

    Simple Hugo Website

    Installing Hugo Since I am using a Mac, this is as simple as brew install hugo For others, see the below list Arch Linux yay -S hugo Debian Linux sudo apt install hugo Redhat Linux yum install hugo Otherwise, you could always simple pull the latest version from the Hugo GitHub repo here https://github.com/gohugoio/hugo/releases Create your site and get a theme The first thing you will need is to create a site using the hugo cli...