A static site generator written in Swift
Saga is a static site generator written in Swift that allows users to supply their own metadata types for their items. It provides a system of extendible readers, renderers, and writers, supporting features such as Atom feeds, pagination, and strongly typed HTML templates. Saga offers flexibility by allowing users to have different sets of metadata for different types of content, while remaining easy to configure. Note: Saga requires at least Swift 5.5 and macOS 12 (or Linux) due to its use of async/await.
Saga is a powerful static site generator written in Swift, offering users the ability to supply their own metadata types for their items. With its extendible readers, renderers, and writers, Saga supports advanced features such as Atom feeds and pagination. Its flexibility allows for different sets of metadata for different content types, making it suitable for various use cases. Although it requires Swift 5.5 and macOS 12 (or Linux), Saga is easy to configure and provides thorough documentation for users to get started.