hugo

Fast and flexible static site generator written in Go

brewmacoslinux
Try with needOr install directly
Source

About

Configurable static site generator

Commands

hugo

Examples

Create a new Hugo site$ hugo new site my-website
Build static site from current directory$ hugo -d public
Start local development server with live reload$ hugo server -D