Steno

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: isolated

Official

Content@steno/plugin-docs

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-docs
View source
SEO@steno/plugin-og

OG 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-og
View source
Search@steno/plugin-search

Search index

Generates a JSON search index from your site's rendered HTML, ready for a client-side search UI.

jsr:@steno/plugin-search
View source
SEO@steno/plugin-seo

SEO

Generates a sitemap, RSS and Atom feeds, and robots.txt from your site's pages during afterBuild.

jsr:@steno/plugin-seo
View source
Code@steno/plugin-shiki

Shiki 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-shiki
View source
Styles@steno/plugin-tailwind

Tailwind 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-tailwind
View source

No community plugins yet. Write one and open a PR to list it here.

Write your own plugin → · Read about the plugin sandbox →

Type to search guides, configuration, Tau, plugins, and API references.