We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hugo is a popular static site generator written in Go. By default it stores the built output in a subfolder public/.
public/
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.
htmltest public
A .htmltest.yml in the root of your project with the following will get you going.
.htmltest.yml
DirectoryPath: public