Skip to content
Will Pimblett edited this page Aug 25, 2017 · 1 revision

Jekyll is a popular static site generator written in Ruby. By default it stores the built output in a subfolder _site/.

Basic Usage

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.

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

DirectoryPath: _site
Clone this wiki locally