Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A sober, hassle-free Jekyll template for businesses with multilingual support, SEO, and GDPR compliance.
Jekyll Theme Consulting is a Jekyll-based business website template distributed as a Ruby gem, purpose-built to generate static, multilingual corporate sites with out-of-the-box SEO, GDPR, and performance features.
Jekyll Theme Consulting is a sober, hassle-free Jekyll template for businesses. It takes a Jekyll site configured through _config.yml and produces a static website with responsive layouts, multilingual pages, contact forms, and built-in SEO and GDPR compliance. The theme is developed by apehex on GitHub and distributed as the jekyll-theme-consulting Ruby gem.
_config.yml, and publish pages in several languages with translated menus and dates.data-src attribute, and leverage the WebP format for images that are at least half the size of JPEG/PNG.Install the gem by adding gem "jekyll-theme-consulting" to your Gemfile and set theme: jekyll-theme-consulting in _config.yml. Run bundle to install dependencies, copy the theme's _config.yml to your site root, and customize parameters for site, social, contact, and reCAPTCHA. Build the site with JEKYLL_ENV=production bundle exec jekyll build and deploy the contents of _site to your server or GitHub Pages.
Jekyll Theme Consulting is free and open source under the CC-BY-NC-SA-4.0 license, which permits non-commercial use with attribution.
Yes, the theme is open source and available at no cost on GitHub. It is released under the CC-BY-NC-SA-4.0 license, so you can use it freely for non-commercial purposes, but you must attribute the original work and share derivative works under the same license.
Add gem "jekyll-theme-consulting" to your Gemfile, set theme: jekyll-theme-consulting in your _config.yml, and run bundle. Then copy the theme's _config.yml to your site root and adjust the customization parameters.
Yes, the theme is multilingual. You can manage pages, menu items, URLs, dates, and the sitemap in several languages directly from the configuration.
The theme ships with a cookie consent plugin (based on Osano's cookieconsent) and a boilerplate privacy policy, helping you meet GDPR requirements. Contact forms also support Google reCAPTCHA validation.
The theme recommends using WebP images, as WebP files at the same dimension and quality are at least half the size of other formats, and it supports lazy loading via a placeholder class or the browser's built-in loading="lazy" attribute.