Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Event marketing template for Jekyll by CloudCannon with EventBrite, SEO, Google Analytics, and contact form.
Malt is a Jekyll template for event marketing websites, created by CloudCannon, that combines EventBrite ticketing, Google Analytics, SEO tags, and a contact form into a single-page layout. The template is available through CloudCannon's GitHub and supports a live demo at whispering-boat.cloudvent.net.
Malt is a Jekyll-based event marketing template built and maintained by CloudCannon. It takes site configuration from _config.yml and page content from front matter in index.html, and generates a static event website with pre-built sections, an image gallery, and a featured area. The template runs on Jekyll 3.3.1 and newer, and is optimized for visual editing inside CloudCannon's cloud CMS.
_config.yml; analytics only load in production builds.eventbrite_embed setting in _config.yml to sell tickets.index.html; add items by copying the existing structure._config.yml to add a ticketing widget on your event page._config.yml and deploy in production to start collecting traffic data.index.html to populate the image gallery and featured section with photos, speakers, or sessions.Setup follows three steps: fill in site details in _config.yml, add your Google Analytics key, and get a workflow going — either with CloudCannon or Jekyll locally. To add EventBrite, create an event there, copy the Ticket Form embed code from the Widgets menu, and paste it into the eventbrite_embed field in _config.yml. The template supports newer Jekyll versions and can be served with bundle exec jekyll serve.
Create your event on EventBrite, open the Widgets menu, copy the Ticket Form embed code, and paste it into the eventbrite_embed key in _config.yml. The embed will then appear on your event page.
Yes. The template's production environment setting, JEKYLL_ENV=production, is the default for both CloudCannon and GitHub Pages, so analytics and SEO tags behave correctly on those platforms.
Malt was built with Jekyll 3.3.1 but should support newer versions as well. Install dependencies with Bundler and run bundle exec jekyll serve to develop locally.
The gallery is defined in the front matter of index.html as an array. To add items, copy the existing structure and update the image paths and captions.
Yes. Malt includes a contact form component as part of its pre-built page, ready to connect to your preferred form backend or service.