Skip to content

kavehtehrani/kaveh.page

Repository files navigation

kaveh.page

Intro

The first iteration of my blog kaveh.page was generated by awesome and lightweight Hugo. As I started learning JS frameworks starting with React decided to give it an over-engineered solution using a few technologies I was learning, Next.js and Tailwind.

As I have taken on my freelancing work, it was long-overdue to have a more professional looking website that also acted as my personal learning playground.

Please feel free to leave a comment or hit me up directly to chat!

Tech stack

This blog is hosted on Vercel, and was absolutely overengineered with Next.js, Tailwind, TypeScript, and uses Umami Cloud for analytics. Before you flame me for using Next.js for a static blog that could've been done with plain HTML/CSS, I would say that this is more of a playground for learning. The website is rendered server-side, served statically, and has high Lighthouse score.

A huge thanks to Timothy Lin for the original starter blog and Tuan Anh Huynh for the updated version!