<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>_Pages on HoneyTraveler (Staging)</title>
    <link>https://hugo.honeytraveler.com/_pages/</link>
    <description>Recent content in _Pages on HoneyTraveler (Staging)</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://hugo.honeytraveler.com/_pages/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title></title>
      <link>https://hugo.honeytraveler.com/search/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://hugo.honeytraveler.com/search/</guid>
      <description>&lt;div style=&#34;margin-top: 0rem;&#34;&gt;&#xA;  &lt;!-- Search bar directly under the nav (reduced spacing) --&gt;&#xA;&lt;p&gt;&lt;input&#xA;id=&#34;search-input&#34;&#xA;type=&#34;search&#34;&#xA;placeholder=&#34;Search honeys, regions, stories…&#34;&#xA;style=&#34;&#xA;width: 100%;&#xA;padding: 0.5rem 0.75rem;&#xA;font-size: 1rem;&#xA;border: 1px solid #ccc;&#xA;border-radius: 4px;&#xA;box-sizing: border-box;&#xA;display: block;&#xA;margin: 0.5rem 0 0 0;&#xA;&#34;&#xA;/&gt;&lt;/p&gt;&#xA;  &lt;!-- Dynamic Results Heading --&gt;&#xA;  &lt;h1&#xA;    id=&#34;search-title&#34;&#xA;    style=&#34;&#xA;      margin-top: 1.5rem;&#xA;      font-size: 1.4rem;&#xA;      text-align: left;&#xA;      display: none;&#xA;    &#34;&#xA;  &gt;&lt;/h1&gt;&#xA;  &lt;!-- Results --&gt;&#xA;  &lt;div id=&#34;search-results&#34; style=&#34;margin-top: 0.75rem;&#34;&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;script type=&#34;module&#34;&gt;&#xA;  const pagefind = await import(&#34;/pagefind/pagefind.js&#34;);&#xA;  await pagefind.init();&#xA;&#xA;  const input = document.getElementById(&#34;search-input&#34;);&#xA;  const resultsContainer = document.getElementById(&#34;search-results&#34;);&#xA;  const titleEl = document.getElementById(&#34;search-title&#34;);&#xA;&#xA;  async function doSearch(term) {&#xA;    const query = term.trim();&#xA;&#xA;    if (!query) {&#xA;      titleEl.style.display = &#34;none&#34;;&#xA;      resultsContainer.innerHTML = &#34;&#34;;&#xA;      return;&#xA;    }&#xA;    &#xA;  // --- GA4 on-site search tracking ---&#xA;  if (window.gtag) {&#xA;    gtag(&#34;event&#34;, &#34;search&#34;, {&#xA;      search_term: query&#xA;    });&#xA;  }&#xA;  // --- end GA4 tracking ---&#xA;&#xA;    const search = await pagefind.search(query);&#xA;&#xA;    titleEl.textContent = &#34;Results for - &#34; + query;&#xA;    titleEl.style.display = &#34;block&#34;;&#xA;&#xA;    const results = search.results || [];&#xA;    if (!results.length) {&#xA;      resultsContainer.innerHTML = &#34;&lt;p&gt;No results found.&lt;/p&gt;&#34;;&#xA;      return;&#xA;    }&#xA;&#xA;    const articles = [];&#xA;    for (const result of results) {&#xA;      const data = await result.data();&#xA;      const title = data.meta?.title || data.url || &#34;Untitled&#34;;&#xA;      const url = data.url || &#34;#&#34;;&#xA;      const excerpt = data.excerpt || &#34;&#34;;&#xA;&#xA;      articles.push(`&#xA;        &lt;article style=&#34;margin-bottom: 1.25rem;&#34;&gt;&#xA;          &lt;h2 style=&#34;font-size: 1.1rem; margin-bottom: 0.25rem;&#34;&gt;&#xA;            &lt;a href=&#34;${url}&#34; style=&#34;text-decoration: none; color: inherit;&#34;&gt;&#xA;              ${title}&#xA;            &lt;/a&gt;&#xA;          &lt;/h2&gt;&#xA;          &lt;p style=&#34;margin: 0.25rem 0 0;&#34;&gt;${excerpt}&lt;/p&gt;</description>
    </item>
    <item>
      <title>Attribution Test</title>
      <link>https://hugo.honeytraveler.com/attrib-test/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://hugo.honeytraveler.com/attrib-test/</guid>
      <description>&lt;p&gt;Below is a raw attribution render test.&lt;/p&gt;&#xA;&lt;figure class=&#34;ht-figure&#34;&gt;&lt;img src=&#34;https://cdn.honeytraveler.com/culture/2026/02/03/hibiscus-00526.jpg&#34; alt=&#34;&#34;&gt;&lt;figcaption class=&#34;ht-attrib&#34;&gt;&lt;small class=&#34;ht-attrib__text&#34;&gt;Photo: Vengolis (Wikimedia Commons) — License: CC BY-SA 4.0&lt;/small&gt;&lt;/figcaption&gt;&lt;/figure&gt;</description>
    </item>
    <item>
      <title>Contact</title>
      <link>https://hugo.honeytraveler.com/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://hugo.honeytraveler.com/contact/</guid>
      <description>&lt;form action=&#34;https://formspree.io/f/meoyvajw&#34; method=&#34;POST&#34;&gt;&#xA;  &lt;!-- Honeypot field (spam trap) --&gt;&#xA;  &lt;div style=&#34;display:none&#34;&gt;&#xA;    &lt;label&gt;&#xA;      Leave this field empty&#xA;      &lt;input type=&#34;text&#34; name=&#34;website&#34;&gt;&#xA;    &lt;/label&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;p&gt;&#xA;    &lt;label&gt;&#xA;      Name&lt;br&gt;&#xA;      &lt;input type=&#34;text&#34; name=&#34;name&#34; required&gt;&#xA;    &lt;/label&gt;&#xA;  &lt;/p&gt;&#xA;  &lt;p&gt;&#xA;    &lt;label&gt;&#xA;      Email&lt;br&gt;&#xA;      &lt;input type=&#34;email&#34; name=&#34;email&#34; required&gt;&#xA;    &lt;/label&gt;&#xA;  &lt;/p&gt;&#xA;  &lt;p&gt;&#xA;    &lt;label&gt;&#xA;      Message&lt;br&gt;&#xA;      &lt;textarea name=&#34;message&#34; rows=&#34;6&#34; required&gt;&lt;/textarea&gt;&#xA;    &lt;/label&gt;&#xA;  &lt;/p&gt;&#xA;  &lt;p&gt;&#xA;    &lt;button type=&#34;submit&#34;&gt;Send message&lt;/button&gt;&#xA;  &lt;/p&gt;&#xA;  &lt;input type=&#34;hidden&#34; name=&#34;_redirect&#34; value=&#34;https://hugo.honeytraveler.com/contact/thanks/&#34;&gt;&#xA;&lt;/form&gt;</description>
    </item>
    <item>
      <title>Message sent</title>
      <link>https://hugo.honeytraveler.com/message-sent/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://hugo.honeytraveler.com/message-sent/</guid>
      <description>&lt;p&gt;Thank you for your message.&lt;br&gt;&#xA;I read every note and will respond when appropriate.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
