<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Vishal Arya</title>
    <subtitle>Personal site of Vishal Arya — building Bodhya, director at FOSS United.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://fossdot.in/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://fossdot.in"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-06-27T00:00:00+00:00</updated>
    <id>https://fossdot.in/atom.xml</id>
    <entry xml:lang="en">
        <title>Hello from fossdot.in</title>
        <published>2026-06-27T00:00:00+00:00</published>
        <updated>2026-06-27T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://fossdot.in/blog/hello-fossdot/"/>
        <id>https://fossdot.in/blog/hello-fossdot/</id>
        
        <content type="html" xml:base="https://fossdot.in/blog/hello-fossdot/">&lt;p&gt;This site started as a single hand-written HTML file. It still feels that way to
read, but underneath it&#x27;s now a &lt;a href=&quot;https:&#x2F;&#x2F;www.getzola.org&quot;&gt;Zola&lt;&#x2F;a&gt; project — so I can
write posts in Markdown instead of hand-rolling each page.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;why-zola&quot;&gt;Why Zola&lt;&#x2F;h2&gt;
&lt;p&gt;A few things made it the obvious pick:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;One binary, no Node.&lt;&#x2F;strong&gt; &lt;code&gt;brew install zola&lt;&#x2F;code&gt; and that&#x27;s the whole toolchain.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Markdown in, fast static HTML out.&lt;&#x2F;strong&gt; No client-side framework, nothing to hydrate.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;It kept the design.&lt;&#x2F;strong&gt; The CSS and the English&#x2F;Hindi toggle moved into shared
files; the homepage looks exactly as it did before.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h2 id=&quot;how-posts-work&quot;&gt;How posts work&lt;&#x2F;h2&gt;
&lt;p&gt;Each post is a Markdown file under &lt;code&gt;content&#x2F;blog&#x2F;&lt;&#x2F;code&gt; with a little front matter:&lt;&#x2F;p&gt;
&lt;pre data-lang=&quot;toml&quot; class=&quot;language-toml &quot;&gt;&lt;code class=&quot;language-toml&quot; data-lang=&quot;toml&quot;&gt;+++
title = &amp;quot;Hello from fossdot.in&amp;quot;
description = &amp;quot;The site has a blog now&amp;quot;
date = 2026-06-27
+++
&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Push to &lt;code&gt;main&lt;&#x2F;code&gt;, and a GitHub Action builds the site and publishes it. That&#x27;s it.&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;The best tools disappear. You think about the writing, not the build.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;More soon.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
