Hello, World!

This is your first article. Edit this file or create new markdown files in the content/articles 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!