Release Notes

Repository Releases on GitHub

v0.6.0

Minor Latest

Plugin dependency tracking for targeted rebuilds, onFormatRendered hook for non-HTML outputs, onPageRendered object payload, server lockfile, and memory optimizations.

View on GitHub

v0.5.0

Minor

Plugin hooks receive correct payloads and apply return values. Plugins can mutate config, process assets per-file, inject virtual pages without serialization overhead, and fetch data from custom sources.

View on GitHub

v0.4.2

Patch

Fix codeblock render hooks over-escaping quotes in markup.inner, breaking shiki and other syntax highlighters.

View on GitHub

v0.4.1

Patch

Fix render hook templates receiving unescaped HTML in context fields — raw HTML in code blocks, links, images, and headings is now entity-encoded before hooks run.

View on GitHub

v0.4.0

Minor

Style any Markdown block element with attributes, write permalinks as full template expressions, and use a single layout name across all output formats.

View on GitHub

v0.3.1

Patch

Move your plugins directory anywhere in your project structure with structure.plugins.

View on GitHub

v0.3.0

Minor

Use web components like directly in Markdown without content mangling or paragraph wrapping.

View on GitHub

v0.2.0

Minor

Add any section to collections without date-token permalink patterns.

View on GitHub

v0.1.0

Initial

Build fast, extensible static sites in Go with Liquid templates, plugin support, and multilingual content.

View on GitHub