Builds / Jekyll
Configuration
Jekyll offers a number of configuration options for use on the command line. Configure these and other build options specific to CloudCannon per site.
To change a command line build option:
- Go to the Site Settings / Build section
- Change details for one or more options
- Click Update Build Details
See in-depth details for configuring Environments and Optimisations.
Custom Gemfile
By default CloudCannon uses /Gemfile
as the gem source. To change this you can set the BUNDLE_GEMFILE
environment variable. e.g. BUNDLE_GEMFILE=src/Gemfile
.
Setting the
BUNDLE_GEMFILE
environment variable requires that your gems are specified in the_config.yml
file.