@plumix/plugin-blog
v0.1.0
Published
Blog plugin for Plumix — posts, categories, tags
Readme
@plumix/plugin-blog
This Plumix plugin adds a blog to your site — a post entry type with categories and tags, revisions, and autosave out of the box.
Install
pnpm add @plumix/plugin-blogThen drop it into your plumix.config.ts. blog is a ready-made plugin, so you add it as-is (no call needed):
import { plumix } from "plumix";
import { blog } from "@plumix/plugin-blog";
export default plumix({
// …your runtime, database, and auth
plugins: [blog],
});What you get
postentry type — title, block editor, excerpt, revisions (up to 25), and 60-second autosave.categorytaxonomy — hierarchical, for grouping posts.tagtaxonomy — flat, for lightweight labels.- Related posts — a
relatedPoststemplate dependency your theme can render, matched by shared categories and tags.
No configuration and no extra migrations — add the plugin and the post editor shows up in the admin.
Support
Have a question? Start a discussion. Found a bug? Open an issue.
Contributing
PRs and ideas welcome. The Contributing guide gets you set up — new contributors especially welcome.
License
MIT © Plumix Contributors
