We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Jekyll is a popular static site generator written in Ruby. By default it stores the built output in a subfolder _site/.
_site/
You can just run htmltest _site to run over your built source, but if you want to configure the tool further you'll need a config file.
htmltest _site
A .htmltest.yml in the root of your project with the following will get you going.
.htmltest.yml
DirectoryPath: _site