Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal, JavaScript-free Eleventy blog starter with Tailwind CSS, dark mode, tags, RSS, and sitemap.

Hugo Arogya Theme is a blogging site theme for Hugo with multilingual support, contact form, Google Analytics, and Bootstrap 3 responsive design.

A Jekyll blog for the NOVA System cryptocurrency project, with a custom RSS-reader homepage and Markdown-based posts.

Eleventy starter with PWA, Tailwind CSS, SEO, blog, RSS, sitemap, and dynamic social images.

A modern Hexo blog theme with a sidebar for archives, tags, and categories, plus optional Mermaid, LaTeX, and word count.
11ty Blog Starter is a free, open-source Eleventy-based static site template that builds a fast, JavaScript-free blog with Tailwind CSS styling, automated SEO, and one-click Cloudflare deployment.
11ty Blog Starter is a static-site generator template built on Eleventy (11ty). It takes Markdown posts stored in the src/posts directory as input and outputs a complete static HTML blog in the _site folder. The template runs on Node.js and is designed specifically for deployment to Cloudflare Workers via a one-click deploy button. It is hosted on GitHub and maintained as an open-source project.
src/posts, with no JavaScript bundler required./tags page listing all tags and /tags/tag-name pages filtering posts by tag, driven by a tagList collection in .eleventy.js.sitemap.xml and robots.txt from page data and _data/site.json.asset_img shortcode inserts images from src/assets/img/posts with filename and alt text, e.g. {% asset_img 'mailbox.jpg' 'mailbox' %}.published is false in frontmatter; posts paginated in index.html with configurable size variable./feed/feed.xml via feed.liquid, including Yandex turbo support.YYYY-MM-DD to readable forms such as November 14, 2023 using custom dateIso and dateReadable filters.src/posts and let Eleventy produce a static site with tags, RSS, and sitemap../create new blog post to generate a dated Markdown file at src/posts/YYYY/MM/.dateReadable filter to transform dates like 2023-11-14 into November 14, 2023.social object in _data/site.json to display links to Telegram, Twitter, GitHub, and more.Clone the repository, run npm start to launch a local server at localhost:8080, add posts under src/posts, and run npm run build to generate the static site. The included deploy button targets Cloudflare Workers, and the output folder is _site.
No. The blog is designed to run completely without JavaScript, so there are no bundlers or client-side frameworks required.
You can either run the ./create bash script to scaffold a post at src/posts/YYYY/MM or manually create a Markdown file with frontmatter including title, date, tags, and permalink.
The build command is npm run build and the output folder is _site. The template includes a "Deploy to Cloudflare Workers" button for one-click deployment.
Edit the _data/site.json file to update the site URL, which is used to generate sitemap.xml and robots.txt automatically.
Yes, the moment.js locale can be changed in the date filter configuration to support languages like Spanish, Russian, or French.
