From 61c51d56276255b11b598071aac0485793f60fc1 Mon Sep 17 00:00:00 2001 From: Connor Johnson <33133758+TheConnorJohnson@users.noreply.github.com> Date: Wed, 24 Dec 2025 23:28:50 -0700 Subject: [PATCH] Add Zine to site generators --- src/site/generators/zine.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/site/generators/zine.md diff --git a/src/site/generators/zine.md b/src/site/generators/zine.md new file mode 100644 index 00000000..64e6d879 --- /dev/null +++ b/src/site/generators/zine.md @@ -0,0 +1,18 @@ +--- +title: Zine +repo: kristoff-it/zine +homepage: https://zine-ssg.io/ +language: + - Zig +license: + - MIT +templates: + - SuperHTML +description: Fast, Scalable, and Flexible Static Site Generator written in Zig. Make art with your words. +--- + +Zine turns your content into HTML, styles it using your layouts, and finally copies the result into an output directory that you can then publish on static hosting services like GitHub Pages. + +Zine uses a **structured approach to content authoring** that helps keeping sizeable content collections manageable. + +Zine is implemented from scratch in [Zig](https://ziglang.org/) and it’s so fast that it’s currently able to give you instant live updates when the development server is running, even though it rebuilds your entire site from scratch every time.