Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/site/generators/zine.md
Original file line number Diff line number Diff line change
@@ -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.