Hugo is a fast and flexible static site generator.
hugo new site {{path/to/site}}
hugo new theme {{theme_name}}
hugo new {{section_name}}/{{filename}}
./public/
directory:hugo
hugo --buildDrafts
hugo --destination {{path/to/destination}}
hugo server