init — initialize Antenna configuration
SYNOPSIS antenna init
DESCRIPTION Creates the two configuration files antenna needs if they do not exist:
antenna.yaml main configuration (htdocs path, port, collections list)
page.yaml page generator (link, meta, nav, header, footer, scripts)
Also creates a default pages.md collection and pages.db database.
After running init, run ‘antenna css’ to generate a starter stylesheet and automatically link it in page.yaml.
EXAMPLE mkdir myblog && cd myblog antenna init antenna css