From 3c232eaf960f144cf90c1f858e5209f1f7c1c889 Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Sat, 13 Jun 2026 23:35:37 +0200 Subject: [PATCH] Simplify homepage layout --- scripts/build.mjs | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/scripts/build.mjs b/scripts/build.mjs index 8717058..5a62c81 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -246,10 +246,6 @@ const html = ` color: #666; font-weight: 500; } - .intro { - max-width: 460px; - font-weight: 700; - } .blog-list { display: grid; gap: 28px; @@ -337,10 +333,7 @@ const html = ` display: grid; gap: 24px; max-width: 390px; - font-weight: 700; - } - .bio a { - width: fit-content; + font-weight: 400; } @media (max-width: 860px) { main { @@ -366,11 +359,6 @@ const html = `
-
-

Neeldhara Misra

-

seven small blogs

-
-

A quiet index of notes on research, puzzles, writing, tools, art, and other recurring fascinations.

${entries.map(([blog, posts]) => renderBlog(blog, posts)).join("\n ")}
@@ -384,7 +372,6 @@ const html = `

I am a computer science faculty member at IIT Gandhinagar. My academic work is broadly around algorithms, structural graph theory, parameterized complexity, computational social choice, combinatorial games, and fair allocation.

These blogs separate different kinds of notes: paper-reading and mini-surveys, puzzle-like teaching prompts, reflective essays, poems, reviews of tools and workflows, experiments with AI, and visual or generative art.

The homepage is deliberately small: each section shows the two newest posts and links to that blog's RSS feed.

- neeldhara.com