From f018b6575943077fd42b2422ac06a62dda0c448b Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Mon, 9 Feb 2026 12:34:00 +0100 Subject: [PATCH] Added Saga --- source/list.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/list.ts b/source/list.ts index 53a03f0..d74a6b1 100644 --- a/source/list.ts +++ b/source/list.ts @@ -1793,6 +1793,13 @@ const rawList: RawEntry[] = [ website: 'https://codemadness.org/saait.html', license: 'ISC', }, + { + name: 'Saga', + github: 'loopwerk/saga', + license: 'MIT', + description: 'A code-first static site generator in Swift. No config files, no implicit behavior, no magic conventions.', + language: 'Swift', + }, { name: 'sblg', github: 'kristapsdz/sblg',