Hello, world
- meta
Welcome to pahari.me — a small corner of the internet for notes, write-ups, and the occasional experiment. Nothing fancy: mostly short posts about things worth remembering, problems worth documenting, and ideas worth working through in public.
What to expect
Posts here lean toward software and the odd side project — short notes as often as longer write-ups, published whenever there’s something worth saying rather than on a schedule.
Writing a new post
Every post is a Markdown (or MDX) file with a small frontmatter block:
---
title: 'My post title'
description: 'A one-line summary.'
date: 2026-08-01
tags: ['tag-one', 'tag-two']
---
Then the content follows below, in plain Markdown.
What comes for free
- Automatic listing on the blog page
- A teaser on the home page for the latest posts
- Dark mode, a responsive layout, and typography tuned for reading
Setting draft: true in the frontmatter keeps a post out of the published
build while it’s still a work in progress.