<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Quicksilver Meadows Shop on Quicksilver Meadows - Mountain Escape in North Bend, WA</title><link>https://quicksilvermeadows.com/shop/</link><description>Recent content in Quicksilver Meadows Shop on Quicksilver Meadows - Mountain Escape in North Bend, WA</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate><atom:link href="https://quicksilvermeadows.com/shop/index.xml" rel="self" type="application/rss+xml"/><item><title/><link>https://quicksilvermeadows.com/shop/readme/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://quicksilvermeadows.com/shop/readme/</guid><description>&lt;h1 id="shop-content-management-guide">Shop Content Management Guide&lt;/h1>
&lt;h2 id="overview">Overview&lt;/h2>
&lt;p>The shop section is organized dynamically with products automatically appearing in the correct categories based on their tags and folder placement.&lt;/p>
&lt;h2 id="directory-structure">Directory Structure&lt;/h2>
&lt;pre tabindex="0">&lt;code>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
&lt;/code>&lt;/pre>&lt;h2 id="adding-new-products">Adding New Products&lt;/h2>
&lt;ol>
&lt;li>&lt;strong>Copy the template&lt;/strong>: Copy &lt;code>_template-product.md.example&lt;/code> to the appropriate category folder&lt;/li>
&lt;li>&lt;strong>Rename the file&lt;/strong>: Use a descriptive URL-friendly name (e.g., &lt;code>memory-foam-pillow.md&lt;/code>)&lt;/li>
&lt;li>&lt;strong>Update frontmatter&lt;/strong>: Fill in all the product details&lt;/li>
&lt;li>&lt;strong>Add content&lt;/strong>: Write engaging product descriptions&lt;/li>
&lt;/ol>
&lt;h2 id="important-frontmatter-fields">Important Frontmatter Fields&lt;/h2>
&lt;h3 id="required-fields">Required Fields&lt;/h3>
&lt;ul>
&lt;li>&lt;code>title&lt;/code>: Product name displayed in listings and on product page&lt;/li>
&lt;li>&lt;code>description&lt;/code>: Brief description for search and listings&lt;/li>
&lt;li>&lt;code>tags&lt;/code>: Use room-based tags for automatic categorization
&lt;ul>
&lt;li>bedroom, kitchen, living-room, bathroom, outdoor&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;code>price&lt;/code>: Display price (include $ symbol)&lt;/li>
&lt;/ul>
&lt;h3 id="optional-fields">Optional Fields&lt;/h3>
&lt;ul>
&lt;li>&lt;code>featured: true&lt;/code>: Shows &amp;ldquo;Guest Favorite&amp;rdquo; badge&lt;/li>
&lt;li>&lt;code>weight&lt;/code>: Controls sort order (lower numbers first)&lt;/li>
&lt;li>&lt;code>image&lt;/code>: Main product image path&lt;/li>
&lt;li>&lt;code>gallery&lt;/code>: Array of additional product images&lt;/li>
&lt;li>&lt;code>original_link&lt;/code>: Link to original product&lt;/li>
&lt;li>&lt;code>amazon_link&lt;/code>: Amazon alternative link&lt;/li>
&lt;li>&lt;code>room&lt;/code>: Where to find it in the cottage&lt;/li>
&lt;li>&lt;code>features&lt;/code>: Bullet list of key features&lt;/li>
&lt;/ul>
&lt;h2 id="how-products-are-organized">How Products Are Organized&lt;/h2>
&lt;ol>
&lt;li>&lt;strong>Main Shop Page&lt;/strong> (&lt;code>/shop/&lt;/code>): Shows category cards with counts&lt;/li>
&lt;li>&lt;strong>Category Pages&lt;/strong> (&lt;code>/shop/cottage-items/&lt;/code>): Products grouped by room tags&lt;/li>
&lt;li>&lt;strong>Product Pages&lt;/strong>: Individual product details with purchase links&lt;/li>
&lt;/ol>
&lt;h2 id="room-based-organization">Room-Based Organization&lt;/h2>
&lt;p>Products tagged with room names automatically appear under those headings:&lt;/p></description></item></channel></rss>