Static site generator with a sandboxed, language-agnostic plugins system
Find a file
2025-05-18 12:31:40 +01:00
zssg Initial commit 2025-05-17 12:04:30 +01:00
zssg-plugin Initial commit 2025-05-17 12:04:30 +01:00
zssg-plugin-interface Started plugin interface crate 2025-05-18 12:31:40 +01:00
.gitignore Initial commit 2025-05-17 12:04:30 +01:00
Cargo.lock Started plugin interface crate 2025-05-18 12:31:40 +01:00
Cargo.toml Started plugin interface crate 2025-05-18 12:31:40 +01:00
README.md Mention wiki in readme 2025-05-17 14:22:39 +01:00

zssg

A static site generator with a sandboxed, language-agnostic plugins system.

zssg uses Extism to enable plugins to be written in a variety of different languages. See https://extism.org/ for the full list.

Go to the wiki for documentation about how to use zssg and write plugins for it.