@viseed/theme-blog
v0.2.1
Published
Blog theme for [Viseed CMS](https://viseed.github.io/cms). Provides Eta templates, a settings schema, and static assets for a blog-style frontend. Register via the `blogTheme()` factory.
Downloads
51
Readme
@viseed/theme-blog
Blog theme for Viseed CMS. Provides Eta templates, a settings schema, and static assets for a blog-style frontend. Register via the blogTheme() factory.
Install
bun add @viseed/theme-blogUsage
import { createCMS } from '@viseed/cms'
import { blogTheme } from '@viseed/theme-blog'
const cms = createCMS({
database: { url: process.env.DATABASE_URL! },
themes: [blogTheme()],
defaultTheme: 'theme-blog',
})
export default cms.fetchDocumentation
viseed.github.io/cms/guide/themes
License
MIT
