Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A feature-rich static blog starter built with Eleventy (11ty), including search, taxonomy, sticky sidebars, RSS, and GitHub Actions.

Responsive Hugo blog theme with clean typography, Disqus, analytics, and syntax highlighting.

A Jekyll blog template for creating markdown-based posts and pages with customizable taglines and categories.

Free HTML5 personal website and blog template built with Bootstrap 4, featuring multi-page layout, carousel slider, and right sidebar.

A free Jekyll blog theme inspired by Ghost's Casper, with pagination, syntax highlighting, and Disqus comments.
Jamstack Eleventy Custom is a static blog starter built from scratch with Eleventy (11ty) that adds search, taxonomy, sticky sidebars, math rendering, and a GitHub Actions deployment workflow to a plain 11ty site.
This template is a demo/sample repository for building Eleventy sites from scratch, with blog-specific features layered on top. It takes Markdown files with front matter (plus optional local images stored in the same folder as posts) and outputs a fully static HTML site via the Eleventy static site generator. The project is maintained as a public GitHub repository with 7 stars and includes sample posts to showcase every feature. An example production site, reflectivetechconsulting.com, is based on this source.
The site is built with Eleventy, which processes Markdown files and SCSS through npm scripts. Content is stored as Markdown with front matter; posts can reference images stored in the same folder. The .eleventy.js configuration includes a switch to distinguish prod and dev environments, so sample posts are available in dev but can be removed from production builds.
Yes, the repository is publicly available on GitHub and can be cloned and used freely; no licensing or pricing information is mentioned in the README.
It uses Eleventy (11ty), a Node.js-based static site generator created by Zach Leat, and the site is built from scratch rather than forked from an existing starter.
Yes, there is a client-side search that runs across posts, plus a table of contents for within-post navigation.
The .eleventy.js config contains a switch for prod and dev environments; in prod the sample posts are excluded. The production site reflectivetechconsulting.com keeps samples only in dev.
Yes, but you must add a CNAME file with your domain to the output directory; otherwise every redeploy will reset the custom domain setting.
