Announcements

Hello, Sveltepress Blog Theme!

Hello, Sveltepress Blog Theme! Welcome to the Example Blog powered by @sveltepress/theme-blog — a magazine-style Ember p

Hello, Sveltepress Blog Theme!

Welcome to the Example Blog powered by @sveltepress/theme-blog — a magazine-style Ember palette theme for Sveltepress.

Features

  • 🔥 Masonry card grid with featured post
  • 🏷️ Tags and categories
  • 📡 RSS feed generation
  • ⚡ Zero-config route scaffolding
  • 🌙 Ember dark palette

Getting Started

Install the package and add it to your Vite config:

import { blogTheme } from '@sveltepress/theme-blog'
import { sveltepress } from '@sveltepress/vite'

export default defineConfig({
  plugins: [
    sveltepress({
      theme: blogTheme({ title: 'My Blog' }),
      siteConfig: { title: 'My Blog', description: '...' },
    }),
  ],
})
ts

That's it — routes are scaffolded automatically on first build.

Conclusion

The Sveltepress Blog Theme makes spinning up a beautiful content site effortless. Happy writing!