If you wish to build Henry from source and work on it directly (without the handy Docker setup) this page should have useful instructions.
bundle installYour theme is setup just like a normal Jekyll site! To test your theme run this command:
bundle exec jekyll serve -wIlo --draftsThis starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
This is only required for updating Henry's version on rubygems.org
trash henry-jekyll-*.gem
gem build henry-jekyll.gemspec When your theme is released, only the files in _layouts, _includes, _sass and assets tracked with Git will be bundled.
To add a custom directory to your theme-gem, please edit the regexp in henry-jekyll.gemspec accordingly.
gem push henry-jekyll-*.*.*.gemThe theme is available as open source under the terms of the MIT License.