configuration — antenna.yaml and page.yaml settings reference
ANTENNA.YAML (main configuration)
port (optional, default: 8000) localhost port for ‘preview’ host (optional, default: localhost) host name for ‘preview’ htdocs (optional, default: “.”) directory for generated HTML/RSS generator (optional, default: page.yaml) default page generator YAML collections (required) list of collection objects
Each collection object: file (required) path to the collection Markdown document title (optional, default: filename) display name generator (optional) per-collection page generator YAML override mode (optional) rendering mode: “aggregate” (default) or “page-index” “aggregate” — feed-item cards from the items table (default) “page-index” — simplelink list from the pages table
EXAMPLE antenna.yaml:
htdocs: htdocs port: 8000 collections: - file: index.md # aggregate (default) - file: links.md generator: links-page.yaml - file: pages.md mode: page-index # renders a simple link list
PAGE.YAML (page generator)
lang (optional, default: en-US) lang= attribute on title (optional) page