@plumix/plugin-pages
v0.1.0
Published
Pages plugin for Plumix — hierarchical static pages
Maintainers
Readme
@plumix/plugin-pages
This Plumix plugin adds hierarchical static pages — the "About", "Contact", and nested-docs kind of content that isn't a blog post.
Install
pnpm add @plumix/plugin-pagesThen add it to your plumix.config.ts. pages is a ready-made plugin, so you add it as-is (no call needed):
import { plumix } from "plumix";
import { pages } from "@plumix/plugin-pages";
export default plumix({
// …your runtime, database, and auth
plugins: [pages],
});What you get
pageentry type — title, block editor, slug, and excerpt.- Hierarchy — pages can nest under a parent, so
/docs/getting-startedis just a page under/docs. - Revisions & autosave — up to 25 revisions and 60-second autosave, same as posts.
No configuration and no extra migrations — add the plugin and the page 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
