Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kavehtehrani/kaveh.page
- Owner: kavehtehrani
- Created: 2023-07-11T22:28:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-06T08:05:41.000Z (2 months ago)
- Last Synced: 2024-11-06T09:19:09.822Z (2 months ago)
- Topics: blog, nextjs, personal-website, tailwind
- Language: MDX
- Homepage: https://kaveh.page
- Size: 13.5 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!