collections
📚 Manage content collections. Collections provide type-safe schemas for your content's frontmatter. Define schemas to validate content during builds and catch errors early. Commands: init Generate a starter collections.py file list Show defined collections and their schemas validate Validate content against collection schemas
Usage
bengal.collections [COMMAND] [OPTIONS]
Commands
📝 Generate a collections.py file with example schemas. Creates a starter collections.py file at your...
📋 List defined collections and their schemas. Shows all collections defined in collections.py with their...
✓ Validate content against collection schemas. Validates all content files against their collection schemas, reporting...