Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Modern Jekyll-based blog theme for companies and products, with GitHub Pages deployment and customization via SCSS.

A responsive Hugo blog theme with a perfect Lighthouse score, flexible home page, and 30+ social network icons.

A minimal two-column Hugo blog theme using purecss, with syntax highlighting, disqus comments, and customizable social links.

Modern Astro blog template with anime aesthetics, Pagefind search, theme customization, and special pages.

A simple, hackable & minimalistic starter for Astro that uses Markdown for content, with tags, dark/light toggle, RSS, and SEO.

Free Bootstrap 4 HTML5 magazine template with dark design, mega menu, video gallery, and newsletter form for gaming publications.

A simple yet classy theme for your Jekyll website or blog.
Jekyll Incorporated is a modern Jekyll-based blog theme created for company and product blogs, offering a minimal corporate layout that can be published to GitHub Pages with a single rake task.
Jekyll Incorporated is an open-source Jekyll theme originally built for sendtoinc.com, a workspace for sharing and organizing knowledge. It takes standard Markdown or HTML blog posts as input and generates a static company blog with a clean, responsive design. The theme is authored by Karri Saarinen and Jori Lallo and released under the MIT License by Kippt Inc. It has earned over 1,000 stars on GitHub, indicating active community interest.
bundle install and jekyll serve --watch to run locally.site:publish task that builds the site and deploys it to the gh-pages branch, overwriting it with the newly generated content._config.yml, while theme colors and fonts live in main.scss under the _assets directory._CNAME file to serve the blog from your own domain on GitHub Pages.Note: The technology stack is Jekyll with SCSS styling; no JavaScript framework is required. The layout is designed specifically for company engineering and product blogs.
Jekyll Incorporated is aimed at companies and product teams that want a professional blog without the overhead of a CMS. Engineering teams can publish technical posts and release notes, while marketing teams can share company news and product updates. It also suits open-source projects that need a simple blog hosted on GitHub Pages for free.
The theme relies on Jekyll's standard workflow: clone the repository, run bundle install to set up dependencies, then use jekyll serve --watch for local development. To publish, edit _config.yml and the Rakefile to point at your repository, then run rake site:publish, which deploys the generated site to the gh-pages branch. Note that editing _config.yml requires restarting Jekyll to take effect.
