Builds / Jekyll
Versions
CloudCannon supports Jekyll versions after 2.4.0. New sites without the version set use a default version. The version is displayed in the Status section after each build.
Set the version to avoid future breaking changes and version clashes across environments.
To set the version:
- Add a
Gemfile
to the root folder - Add the
jekyll
dependency to yourGemfile
- Set the version as required
source "https://rubygems.org"
gem "jekyll", "~> 4.1.1"