The shop section is organized dynamically with products automatically appearing in the correct categories based on their tags and folder placement.
content/shop/
├── _index.md # Main shop page content
├── _template-product.md.example # Product template
├── cottage-items/ # Items from the cottage
│ ├── _index.md # Category description
│ └── [product-name].md # Individual products
├── welcome-basket/ # Guest favorite snacks
├── art-decor/ # Art and decor items
├── branded-merch/ # Quicksilver merchandise
└── outdoor-gear/ # Outdoor equipment
_template-product.md.example to the appropriate category foldermemory-foam-pillow.md)title: Product name displayed in listings and on product pagedescription: Brief description for search and listingstags: Use room-based tags for automatic categorizationprice: Display price (include $ symbol)featured: true: Shows “Guest Favorite” badgeweight: Controls sort order (lower numbers first)image: Main product image pathgallery: Array of additional product imagesoriginal_link: Link to original productamazon_link: Amazon alternative linkroom: Where to find it in the cottagefeatures: Bullet list of key features/shop/): Shows category cards with counts/shop/cottage-items/): Products grouped by room tagsProducts tagged with room names automatically appear under those headings:
tags: ["bedroom"] → Appears under “Bedroom” sectiontags: ["kitchen", "coffee"] → Appears under “Kitchen” sectionAs an Amazon Associate I earn from qualifying purchases.