📄️ Theme Development Overview
Learn how OQO themes work -- Liquid templating, self-contained assets, sections, layouts, and CSS compilation.
📄️ OQO CLI
Install and use the OQO CLI for local theme development with live sync, AI section creation, and snapshots.
📄️ Theme Structure
Complete file organization for OQO themes.
📄️ Settings System
Define configurable options for themes and sections. The same setting types are used in both contexts, but how initial values are defined differs.
📄️ Liquid Tags
Complete reference for all custom tags available in OQO theme templates
📄️ Liquid Filters
Complete reference for all filters available in OQO theme templates
📄️ Liquid Objects
Complete reference for all data objects available in OQO theme templates
📄️ CSS Architecture
How CSS is organized, compiled, and scoped in OQO themes
📄️ Sections
Building configurable page sections in OQO themes
📄️ Routing & URLs
URL patterns, context variables, and navigation for theme templates
📄️ Layouts
Layout system with zones, inheritance, and configurable regions
📄️ Live Preview
How the admin editor provides instant preview of changes.