notes

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:

  1. Readers parse your content files (like this Markdown file) into typed items
  2. Processors can transform items with custom logic
  3. Writers generate the output HTML files

Happy writing!