Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kavehtehrani/kaveh.page

kaveh.page
https://github.com/kavehtehrani/kaveh.page

blog nextjs personal-website tailwind

Last synced: 2 months ago
JSON representation

kaveh.page

Awesome Lists containing this project

README

        

# kaveh.page

## Intro

The first iteration of my blog [kaveh.page](https://kaveh.page) was generated by awesome and lightweight [Hugo](https://gohugo.io/).
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](https://vercel.com/?ref=kaveh.page), and is absolutely overengineered with
[Next.js](https://nextjs.org/?ref=kaveh.page),
[Tailwind](https://tailwindcss.com/?ref=kaveh.page), [TypeScript](https://www.typescriptlang.org/?ref=kaveh.page), and uses
[Umami](https://umami.is/?ref=kaveh.page) 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](https://twitter.com/timlrxx) for the original starter blog
and [Tuan Anh Huynh](https://www.leohuynh.dev/) for the updated version!