Plugins
Plugins extend the build pipeline. Add a package string to your config, or a package plus options and a trust mode.
plugins:
- jsr:@steno/plugin-shiki
- package: jsr:@steno/plugin-tailwind
mode: isolatedOfficial
Docs sync
Mirrors markdown from an external directory (like a repo-root docs/ folder) into contentDir before each build, rewriting relative links to routes.
jsr:@steno/plugin-docsOG image generation
Auto-generates an SVG Open Graph preview image per page and injects the og:image meta tags, skipping pages that already declare their own.
jsr:@steno/plugin-ogSearch index
Generates a JSON search index from your site's rendered HTML, ready for a client-side search UI.
jsr:@steno/plugin-searchSEO
Generates a sitemap, RSS and Atom feeds, and robots.txt from your site's pages during afterBuild.
jsr:@steno/plugin-seoShiki syntax highlighting
Highlights fenced code blocks with the same grammars and themes as VS Code, applied as an HTML transform on page and collection content.
jsr:@steno/plugin-shikiTailwind CSS
Compiles Tailwind utility classes used in your content and templates during the build. Run it isolated since it shells out to a bundler and does not need filesystem access beyond its own output.
jsr:@steno/plugin-tailwindCommunity
Add a community pluginNo community plugins yet. Write one and open a PR to list it here.