A minimal, responsive, and accessible personal website built with Astro and Tailwind CSS. It contain's a brief summary about all the aspects of my journey as a Software Developer and even hosts my ramblings in the blog section!
To get started, run the following commands:
# Install dependencies
pnpm install
# Start the dev server
pnpm dev
- The site is fully repsonsive and is shipped with ZERO JavaScript.
- We use Astro's
contentdirectory to manage all the blogs in Markdown. - Blog support includes:
- Tags
- Series
- Latex support
- OG images
- Draft blogs
- Progress bar for reading
- Tracking of views per page using Astro DB.
The site has been inspired by Kevin Zuniga Cuellar's personal website and draws a lot of styling from the same. This is an attempt to modify the same according to my use, and add newer and more descriptive templates.