chore: update homepage with personal intro

This commit is contained in:
Neeldhara Misra 2026-02-20 13:22:23 +05:30
parent 40f0349b8d
commit b70dba44c2

View file

@ -24,47 +24,17 @@ const projects: CollectionEntry<"projects">[] = (
<Container> <Container>
<aside data-pagefind-ignore> <aside data-pagefind-ignore>
<h1 class="font-semibold text-black dark:text-white"> <h1 class="font-semibold text-black dark:text-white">
Introducing Astro Micro 🔬 Hello!
</h1> </h1>
<div class="space-y-16"> <div class="space-y-16">
<section> <section>
<article class="space-y-4"> <article class="space-y-4">
<span> <p>
<p> I'm Neeldhara, an Associate Professor in Computer Science & Engineering at <Link href="https://iitgn.ac.in">IIT Gandhinagar</Link>. My research spans algorithm design, computational social choice, and combinatorial games.
Astro Micro is an accessible theme for <Link </p>
href="https://astro.build/">Astro</Link <p class="animate">
>. It's a fork of This is a space for short notes, stray observations, and things I find interesting. For more about my work, visit <Link href="https://neeldhara.com">neeldhara.com</Link>.
<Link href="https://github.com/markhorn-dev"> </p>
Mark Horn's
</Link> popular theme <Link
href="https://astro.build/themes/details/astronano/"
>Astro Nano</Link
>. Like Nano, Micro comes with zero frameworks installed.
</p>
<p>
Micro adds features like <Link href="https://pagefind.app/"
>Pagefind</Link
> for search, <Link href="https://giscus.app">Giscus</Link> for comments,
and more. For a full list of changes, see this <Link
href="/blog/00-micro-changelog">blog post</Link
>.
</p>
</span>
<span class="animate">
<p>
Micro still comes with everything great about Nano — full type
safety, a sitemap, an RSS feed, and Markdown + MDX support.
Styled with TailwindCSS and preconfigured with system, light,
and dark themes.
</p>
<p>
Visit
<Link href="https://github.com/trevortylerlee/astro-micro">
Astro Micro on GitHub
</Link>
to fork the repository to get started.
</p>
</span>
</article> </article>
</section> </section>