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:

  1. Run npm install to install dependencies
  2. Run npm run dev to start the development server
  3. Visit http://localhost:8080 to see your site
  4. Start customizing!

Blog Posts

Blog posts are markdown files stored in the blog/ directory. Each post includes frontmatter with:

  • title: The post title
  • date: Publication date (YYYY-MM-DD format)
  • description: Brief summary for listings and SEO
  • layout: The layout template to use (defaults to post)

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!