← All writing

Welcome to the new site

May 1, 2026

meta

This is a sample article so you can see how a post looks. It lives at src/data/writing/welcome.md. Delete it, or copy it as a starting point for your own writing.

Writing a post

Each post is a markdown file with a small block of frontmatter at the top:

---
title: 'Your title'
description: 'One-line summary for SEO and the post list.'
pubDate: 2026-05-30
tags: ['ai', 'india']
draft: false
---

Set draft: true while a post is a work in progress and it stays out of the production build (but still shows up in npm run dev).

Markdown works as you’d expect

You get bold, italics, links, lists:

  • point one
  • point two

And blockquotes for the good lines.

When you’re ready, write your real first post and remove this one.