<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Raw notes on Pavan Yara</title><link>https://pavanyara.com/raw/</link><description>Recent content in Raw notes on Pavan Yara</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><managingEditor>pavan.yara@gmail.com (Pavan Yara)</managingEditor><webMaster>pavan.yara@gmail.com (Pavan Yara)</webMaster><copyright>Pavan Yara</copyright><lastBuildDate>Thu, 03 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://pavanyara.com/raw/index.xml" rel="self" type="application/rss+xml"/><item><title>Bearblog, Hugo, and why I'm not switching</title><link>https://pavanyara.com/raw/bearblog-hugo-why-not-switching/</link><pubDate>Thu, 03 Sep 2026 19:45:00 +0530</pubDate><author>pavan.yara@gmail.com (Pavan Yara)</author><guid>https://pavanyara.com/raw/bearblog-hugo-why-not-switching/</guid><description>Bearblog is wonderful — minimal, opinionated, fast. I considered moving&#10;the whole site there. I didn&amp;rsquo;t. Here are the reasons.</description><content:encoded><![CDATA[<p><a href="https://bearblog.dev/">Bearblog</a> is wonderful — minimal, opinionated, fast. I considered moving the whole site there when I started the rewrite. I didn&rsquo;t.</p>
<p>Reasons:</p>
<ul>
<li><strong>The content is mine either way</strong> — both ship static HTML, both render Markdown. That&rsquo;s a wash.</li>
<li><strong>Hugo gives me <code>taxonomies</code> and section routing for free.</strong> Bearblog has tags but no per-section taxonomy. Splitting poems into telugu/english/sanskrit subpages is 6 lines of Hugo template; on Bearblog I&rsquo;d have to hand-roll three list pages.</li>
<li><strong>The deploy is already free.</strong> Cloudflare Workers + a git push is cheaper than Bearblog&rsquo;s $6/mo (which is fair, but I&rsquo;m cheap).</li>
<li><strong>I want a custom feed split.</strong> Bearblog gives you one RSS per blog. I want three (home / raw / links). Hugo lets me scope <code>rss.xml</code> to the section.</li>
<li><strong>Comments are still self-hosted</strong> (Remark42 on Fly). No lock-in to move.</li>
</ul>
<p>What I copied from Bearblog&rsquo;s design language: the typography, the dark/light toggle, the no-sidebar minimalism, the &ldquo;this is one person&rsquo;s writing&rdquo; feeling. Those are theme choices, not platform ones.</p>
]]></content:encoded></item><item><title>Three feeds, not one</title><link>https://pavanyara.com/raw/three-feeds-not-one/</link><pubDate>Thu, 03 Sep 2026 19:30:00 +0530</pubDate><author>pavan.yara@gmail.com (Pavan Yara)</author><guid>https://pavanyara.com/raw/three-feeds-not-one/</guid><description>Splitting the RSS into three feeds — home, raw, links — so a reader can&#10;pick what fits how they read. The full list lives on /subscribe/.</description><content:encoded><![CDATA[<p>Splitting the RSS into three feeds, à la <a href="https://deepakness.com/raw/archive-x-bookmarks/">deepakness</a>:</p>
<ul>
<li><strong>Home feed</strong> — <a href="/index.xml">/index.xml</a>: blog posts only, the things I want a real reader to subscribe to.</li>
<li><strong>Raw feed</strong> — <a href="/raw/index.xml">/raw/index.xml</a>: short notes, the thinking-out-loud.</li>
<li><strong>Links feed</strong> — <a href="/links/index.xml">/links/index.xml</a>: the daily microfeed, low signal-to-noise but high throughput.</li>
</ul>
<p>All three are listed (with reader recommendations) on <a href="/subscribe/">/subscribe/</a>.</p>
<p>If you only want the long stuff, the home feed is now actually the home feed. The links feed is still its own thing (it&rsquo;s a firehose — one item per bookmark, basically). Raw is new — short-form notes between blog posts and bookmarks.</p>
]]></content:encoded></item></channel></rss>