--- title: CloudCannon Suite permalink: / sitemap: changefreq: daily priority: '0.8' header_class: landing layout: default icons: true --- {% if page.header_class == "landing" %}
{% include navigation/top.html %} {% include components/hero/main.html image="" heading="CloudCannon Suite" subtitle="An opinionated set of tools used to build and maintain static sites." %}
{% else %}
{% include navigation/top.html %}
{% endif %}

Welcome

The CloudCannon Suite is a set of tools designed to make Jekyll development even easier.

{% include feature-item.html heading="Develop" subheading="Install dependencies, build your site and serve it locally. The Suite watches your source and rebuilds automatically with every edit." image_path="gulp-dev-aviator.gif" url="/dev/introduction" %} {% include feature-item.html heading="Distribute" subheading="Clone your site under a different baseurl easily, without worrying about broken references." image_path="gulp-dist.gif" url="/dist/introduction" %} {% include feature-item.html heading="Internationalisation" subheading="Take advantage of streamlined processes for translating and localising your content." image_path="gulp-i18n-cause.gif" url="/i18n/introduction" %} {% include feature-item.html heading="Structure" subheading="Use an opinionated file structure for greater consistency and organisation." image_path="site-structure.png" url="/setup/#structure" %}
{% assign first_section = site.sections | sort: "order_number" | first %} {% assign first_package = site.collections | where: "title", first_section.name | first %} {% assign first_doc = first_package.docs | sort: "order_number" | first %}
extension

Add a package

Find and install a package to suit your needs.

Learn more
settings

Get started

Set up a new project in a few simple steps.

Setup
chat

Let's Chat

If you couldn't find what you needed, send us a message.

Contact Support
grade

Jekyll Tutorials

New to Jekyll? Check out our tutorials.

Learn Jekyll