Preset
Blog Starter Preset
Starter bundle for editorial pages with hero, teaser cards, and accordions.
#preset#starter#blog
README
md
# @bloktastic/blog-starter
Preset with core content blocks for blogs and editorial landing pages.
## Included Packages
- `@bloktastic/hero`
- `@bloktastic/teaser`
- `@bloktastic/image`
- `@bloktastic/button`
- `@bloktastic/accordion`
## Install
```bash
bloktastic add @bloktastic/blog-starter
```
Manifest
json
{
"$schema": "https://bloktastic.com/schema/bloktastic.schema.json",
"name": "@bloktastic/blog-starter",
"type": "preset",
"version": "1.0.0",
"title": "Blog Starter Preset",
"description": "Starter bundle for editorial pages with hero, teaser cards, and accordions.",
"author": {
"name": "Bloktastic",
"github": "bloktastic"
},
"tags": [
"preset",
"starter",
"blog"
],
"files": {
"readme": "README.md"
},
"includes": [
"@bloktastic/hero",
"@bloktastic/teaser",
"@bloktastic/image",
"@bloktastic/button",
"@bloktastic/accordion"
],
"metadata": {
"created": "2026-02-07",
"updated": "2026-02-07",
"status": "stable"
}
}