A lightweight Eleventy blog starter template styled with Tailwind CSS, featuring a clean typography-focused layout and simple data-driven configuration for author, nav, and site metadata.
Update title, author details, and navigation via simple data files in src/_data.
The blog layout adapts cleanly across mobile, tablet, and desktop breakpoints.
Includes preconfigured prose styling using the Tailwind Typography plugin for readable posts.
Comes with development, production build, and debug scripts for a smooth workflow.
A lightweight starter for publishing a personal blog with Eleventy, designed for developers who want a clean baseline they can adapt to their own content and styling. It gives you a working blog structure with a typography-focused presentation, so posts read well without a lot of custom CSS work up front. The project uses Tailwind CSS for styling and includes a small, practical configuration approach for common site metadata. If you’re comfortable editing templates and data files, this is a straightforward foundation for a simple, static blog. It’s also a good fit when you want an uncluttered setup that you can extend rather than a feature-heavy theme.
Common site information is centralized in data files, making it easy to swap out author details, navigation labels, and other metadata without hunting through templates. Styling is set up around a readable “prose” content area, so you can adjust typography and spacing in one place while keeping posts consistent.