Skip to content
Will Pimblett edited this page Aug 25, 2017 · 4 revisions

Hugo is a popular static site generator written in Go. By default it stores the built output in a subfolder public/.

Basic Usage

You can just run htmltest public to run over your built source, but if you want to configure the tool further you'll need a config file.

A .htmltest.yml in the root of your project with the following will get you going.

DirectoryPath: public

Clone this wiki locally