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',