Skip to content

apurvam/apurvamehta.com

Repository files navigation

About

This is the code for my personal website, apurvamehta.com. It's a static website that's built with 11ty and uses the Bluesky typescript client to display recent Bluesky posts from a given handle.

Since it's static, this site is trivial to host with Github pages or S3 buckets, as well as Vercel and netlify.

Build instructions

Development

$ npm run dev

Production

$ npm run build