# Jekyll

Learn how to deploy Jekyll static sites with Hatchbox

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.
