OllieWP Theme Setup

Bash
ollie/
├── patterns/         # 50+ block patterns
├── parts/            # Template parts (headers, footers)
├── templates/        # Page templates
├── styles/           # Style variations and presets
   ├── blocks/       # Block-specific styles
   ├── colors/       # Color palette variations
   └── typography/   # Typography presets
├── theme.json        # Global styles and settings
└── functions.php     # Theme setup and configuration

ASSETS
	FONTS
		FONTFOLDER
			-variableFont.woff2
	STYLES
		-core-button.css
		-core-calendar.css
PARTS
	-footer.html
	-header.html
	-sidebar.html
PATTERNS
	IMAGES
		-image1.png
		-image2.png
	-author-box.php
	-card-post-list.php
	-faq.php
	-header-dark.php
	-menu-panel-1.php
	-text-call-to-action.php
STYLES
	BLOCKS
		-button-brand-1.json
		-button-light.json
	COLORS
		-blue.json
		-green.json
	TYPOGRAPHY
		-typography-preset-1.json
		-typography-preset-2.json
	-agency.json
	-creator.json
	-startup.json
TEMPLATES
	-404.html
	-archive.html
	-index.html
	-page.html
	-single.html
functions.php
index.php
style.css
theme.json