Simply download from releases and
./staticsitegenerator (start staticsitegenerator.exe on Windows)
./staticsitegenerator generate
Creates the files (With boilerplates)
./staticsitegenerator start
Starts the web server on port 8080
Building (To build you MUST be using Go 1.16, for easily switching betwwen GO versions, I would recommend gvm)
git clone https://github.com/TheGithubJoshua/static-site-generator cd static-site-generator
go get -u github.com/spf13/cobra/cobra
go build
Yup!