Builds / General
Versions
CloudCannon supports Jekyll versions after 2.4.0. New sites without the version specified default to version 3.2.1. The version is displayed in the Status section after each build.
To set the version:
- Add a
Gemfileto the root folder - Add the
jekylldependency to yourGemfile - Set the version as required
source 'https://rubygems.org'
gem 'jekyll', '3.6.0'
Jekyll 3.1.0, 3.1.1, 3.1.2 and 3.1.3 are not supported due to a
jsonifyfilter bug.