Steno
Pinned Loading
Repositories
- plugin-backlinks Public
Computes a reverse internal-link graph - "what other pages on this site link to this one" - and writes it as a JSON index. Steno has no built-in equivalent of this: nothing in `PageRenderContext` tracks inbound links, so without this plugin every page would need to know its own backlinks in advance, which defeats the purpose.
- plugin-directives Public
Shortcode plugin for Steno that ports Zola/Tera-style shortcodes to Steno's Markdown pipeline: a `:::name{args}` fenced-container directive, parsed via `transformAst` and rendered to HTML per-shortcode
- plugin-taxonomy Public
Taxonomy plugin for Steno that adds Zola-style taxonomies (tags, categories, or any other frontmatter-driven classification)
- plugin-accent-color Public
Accent-color plugin for Steno that resolves a theme's accent-color config once at build time, and writes the result as a static CSS custom-properties file instead of re-resolving it on every template render.
- plugin-image Public
Performance-first image optimization plugin for Steno. Automatically resizes, generates high-compression `.webp` variants, and preserves aspect ratios to keep layout shifts (CLS) at zero.
- plugin-nav Public
Config-less navigation plugin for Steno that builds `config.navigation` straight from `content/`'s own folder structure
- plugin-markdown-extensions Public
Markdown-extensions plugin for Steno that restores the Markdown-level conveniences pulldown-cmark gives for free, on top of Steno's marked based pipeline. This is for a site migrating from Zola, or any theme wanting these four common Markdown behaviors without hand-writing its own token transforms.
- plugin-analytics Public
Analytics plugin for Steno that injects a privacy-respecting analytics snippet from config, and declares the exact script/connect domains it needs so CSP can allow them.
- plugin-csp Public
Content-Security-Policy plugin for Steno that generates a `Content-Security-Policy` header or meta tag from declarative config
Top languages
Loading…
Most used topics
Loading…