Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal blog template using Eleventy, with markdown posts, SCSS styling, and built-in RSS feed.
Eleventy Minimal Blog is a minimal static-site blog template built with Eleventy (11ty) that turns Markdown posts into a deployable static website with SCSS styling and a built-in RSS feed.
Eleventy Minimal Blog is a lightweight blog starter scaffolded around the Eleventy static site generator. It takes Markdown files placed in a posts folder as input and runs them through Eleventy's build pipeline to produce a complete static website in a _site directory. The template is authored by Arpit Batra and is available as a public GitHub repository with 108 stars. It is designed to be deployed to any static host, with a Netlify status badge included in the repository.
posts folder; no database or CMS is required.npm run serve to preview changes locally with live reload.npm run build outputs the final static site into the _site folder, ready to deploy.npm run build as the build command.Clone the repository, run npm i to install dependencies, then drop Markdown files into the posts folder. Use npm run serve to preview your blog locally, and npm run build to generate the final static site in _site for deployment.
Yes, the template is published as a public GitHub repository and is free to use. There is no licensing fee, and the author accepts optional support through Buy Me a Coffee.
Create a new Markdown file inside the posts folder with your post content. The template will pick it up on the next build or when you run the local server.
Running npm run build generates a static site in the _site folder. You can deploy that folder to any static hosting service, including Netlify.
Yes, an RSS feed is built in, so readers can subscribe to your blog without any extra configuration.
