Install Hugo

# macos
brew install hugo
# windows using scoop
scoop install hugo

Deploy to Middleware

hugo --minify

Then, upload files in the public folder to middleware folder(eg. html folder in nginx)

Deploy to Github Pages

Coming soon…