Welcome! This is a sample blog post to demonstrate the blog functionality of your new 11ty SaaS starter.
What's Included
This starter comes with everything you need to build a modern SaaS website:
- 11ty v3.1+ for static site generation
- Tailwind CSS v4.1+ for styling with Lightning CSS
- DaisyUI v5.3+ for beautiful, pre-built components
- HTMX for modern, server-driven interactivity
- Alpine.js for lightweight client-side interactions
Getting Started
To get started with your new site:
- Run
npm installto install dependencies - Run
npm run devto start the development server - Visit
http://localhost:8080to see your site - Start customizing!
Blog Posts
Blog posts are markdown files stored in the blog/ directory. Each post includes frontmatter with:
title: The post titledate: Publication date (YYYY-MM-DD format)description: Brief summary for listings and SEOlayout: The layout template to use (defaults topost)
You can override the layout for individual posts using the layout frontmatter field to choose from post, post-feature, or post-minimal.
Next Steps
Check out the Getting Started guide to learn more about customizing your site, or explore the What's New page to see the latest updates.
Happy building!