Hello, World!
Article
June 3, 2026
- swift
- saga
This is your first note. Edit this file or create new markdown files in the content/notes folder.
Getting Started
Saga uses a Reader → Processor → Writer pipeline:
- Readers parse your content files (like this Markdown file) into typed items
- Processors can transform items with custom logic
- Writers generate the output HTML files
Happy writing!