onur.dev icon indicating copy to clipboard operation
onur.dev copied to clipboard

✦ My personal website built using Next.js, Tailwind CSS, shadcn/ui, Contentful, Raindrop, Supabase and deployed on Vercel.

onur.dev

onur.dev — Onur Şuyalçınkaya

My personal website has evolved over the years — from a simple static HTML page, to Create React App, to GatsbyJS, then to a combination of Next.js, Chakra UI and MDX, and finally to a combination of Next.js, Tailwind CSS and Contentful. It serves as an app-like-web platform for my writings, highlighting my journey, showcasing my bookmarks, and more.

Overview

  • / - Home page.
  • /[slug] - Static pre-rendered pages using Contentful. (e.g. /stack, /about)
  • /writing - Writing page.
  • /writing/[slug] - Static pre-rendered writing pages using Contentful.
  • /journey - Journey page.
  • /bookmarks - Bookmarks page.
  • /bookmarks/[id] - Static pre-rendered bookmarks pages using Raindrop.
  • /api - API routes.

Running Locally

$ git clone https://github.com/suyalcinkaya/onur.dev.git
$ cd onur.dev
$ yarn
$ yarn dev

Create a .env file similar to .env.example.

Built With