24 lines
705 B
YAML
24 lines
705 B
YAML
# Comic #1
|
|
number: 1
|
|
title: "First Comic"
|
|
filename: comic-001.jpg
|
|
mobile_filename: comic-001-mobile.jpg # Optional: mobile version of the comic
|
|
date: "2025-01-01"
|
|
alt_text: "The very first comic"
|
|
|
|
# Author notes (choose one method):
|
|
# Option 1: Plain text note
|
|
author_note: "This is where your comic journey begins!"
|
|
|
|
# Option 2: Markdown file (overrides author_note if present)
|
|
# Just a filename looks in content/author_notes/
|
|
# Or use a path like "special/note.md" relative to content/
|
|
author_note_md: "2025-01-01.md"
|
|
|
|
# Display settings (override global defaults)
|
|
full_width: true
|
|
plain: true
|
|
|
|
# Section header (optional - only add to first comic of a new section)
|
|
section: "Chapter 1: The Beginning"
|