<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://gargi-kale.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://gargi-kale.github.io/" rel="alternate" type="text/html" /><updated>2026-05-12T04:25:37+00:00</updated><id>https://gargi-kale.github.io/feed.xml</id><title type="html">Gargi Kale</title><subtitle>Portfolio, projects, and writing by Gargi Kale.</subtitle><author><name>Gargi Kale</name><email>gargikale02@gmail.com</email></author><entry><title type="html">Welcome to the blog</title><link href="https://gargi-kale.github.io/blog/2026/05/11/welcome/" rel="alternate" type="text/html" title="Welcome to the blog" /><published>2026-05-11T00:00:00+00:00</published><updated>2026-05-11T00:00:00+00:00</updated><id>https://gargi-kale.github.io/blog/2026/05/11/welcome</id><content type="html" xml:base="https://gargi-kale.github.io/blog/2026/05/11/welcome/"><![CDATA[<p>This is the first post. I’ll use this space to write about research I’m reading, projects I’m building, and whatever else seems worth writing down.</p>

<p>New posts go in <code class="language-plaintext highlighter-rouge">_posts/</code> and follow the filename pattern <code class="language-plaintext highlighter-rouge">YYYY-MM-DD-title.md</code>. The front matter at the top sets the title and date; everything below is markdown.</p>

<div class="language-python highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="c1"># A code block, just to confirm syntax highlighting works.
</span><span class="k">def</span> <span class="nf">hello</span><span class="p">(</span><span class="n">name</span><span class="p">:</span> <span class="nb">str</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="nb">str</span><span class="p">:</span>
    <span class="k">return</span> <span class="sa">f</span><span class="s">"Hello, </span><span class="si">{</span><span class="n">name</span><span class="si">}</span><span class="s">!"</span>
</code></pre></div></div>

<p>That’s it for now.</p>]]></content><author><name>Gargi Kale</name><email>gargikale02@gmail.com</email></author><category term="meta" /><summary type="html"><![CDATA[This is the first post. I’ll use this space to write about research I’m reading, projects I’m building, and whatever else seems worth writing down.]]></summary></entry></feed>