- Notifications
You must be signed in to change notification settings - Fork159
✦ My personal website built using Next.js, Tailwind CSS, shadcn/ui, Contentful, Raindrop, Supabase and deployed on Vercel.
License
suyalcinkaya/onur.dev
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
My personal website has evolved over the years — from a simple static HTML page, toCreate React App
, toGatsbyJS
,then to a combination ofNext.js
,Chakra UI
andMDX
, and finally to a combination ofNext.js
,Tailwind CSS
andContentful
. It serves as an app-like-web platform for my writings, highlighting my journey, showcasing my bookmarks,and more.
/
— Home page./[slug]
— Static pre-rendered pages usingContentful. (e.g./stack
)/writing
— Writing page./writing/[slug]
— Static pre-rendered writing pages usingContentful./journey
— Journey page./workspace
— Workspace page./bookmarks
— Bookmarks page./bookmarks/[slug]
— Static pre-rendered bookmarks pages usingRaindrop./bookmarks.xml
— Bookmarks XML feed./api
— API routes.
$ git clone https://github.com/suyalcinkaya/onur.dev.git$cd onur.dev$ bun i$ bun dev
Create a.env
file similar to.env.example
.
- Feel free to take inspiration from this code.
- Avoid directly copying it, please.
- Crediting the author is appreciated.
No complicated licensing. Be kind and help others learn.
You can use the same license with:https://github.com/superkhau/lice
$ npm install -g lice$ lice -l onur_dev
About
✦ My personal website built using Next.js, Tailwind CSS, shadcn/ui, Contentful, Raindrop, Supabase and deployed on Vercel.