Jekyll
Learn how to deploy static sites with Jekyll on Hatchbox
Updated
Jekyll is a static site builder for Ruby.
When Hatchbox detects the jekyll gem in Gemfile.lock, it will trigger the build:
jekyll build -d public
To specify the Ruby version for Jekyll, create a .ruby-version file with the needed version.