Breaking changes
Refactored again to make hekyll more customizable. The API is almost the same, with a couple of differences.
- call
hekyll.build({cwd: 'foo', destBase: 'bar'})
instead ofhekyll({src: 'foo', dest: 'bar'})
Breaking changes
Refactored to simplify. See Usage section for the new API.
First release.