No description
Find a file
2026-04-13 12:57:31 +02:00
.github chore(deps): update oven-sh/setup-bun action to v2 (#101) 2024-08-02 17:42:13 +03:00
.vscode feat: update dependencies and improve floating header component (#126) 2026-03-24 17:58:24 +01:00
public chore: update miscellaneous styles 2025-06-11 02:14:16 +02:00
src refactor: update sitemap and RSS feed generation logic; adjust cache settings and revalidation period (#139) 2026-04-13 12:57:31 +02:00
.env.example feat: submit bookmark (#73) 2024-03-12 22:52:14 +01:00
.gitignore feat: update dependencies and improve floating header component (#126) 2026-03-24 17:58:24 +01:00
bun.lockb refactor: update sitemap and RSS feed generation logic; adjust cache settings and revalidation period (#139) 2026-04-13 12:57:31 +02:00
components.json feat: upgrade packages (#111) 2025-02-20 21:00:04 +01:00
eslint.config.mjs feat: upgrade packages (#111) 2025-02-20 21:00:04 +01:00
jsconfig.json feat: vaul drawer (#37) 2023-09-24 02:33:27 +03:00
LICENSE.txt Update and rename LICENSE to LICENSE.txt 2023-10-24 14:39:06 +03:00
next.config.mjs refactor: update sitemap and RSS feed generation logic; adjust cache settings and revalidation period (#139) 2026-04-13 12:57:31 +02:00
onurdev.png chore: update readme (#98) 2024-05-22 00:24:34 +02:00
package.json refactor: update sitemap and RSS feed generation logic; adjust cache settings and revalidation period (#139) 2026-04-13 12:57:31 +02:00
postcss.config.mjs feat: upgrade packages (#111) 2025-02-20 21:00:04 +01:00
prettier.config.mjs feat: upgrade packages (#111) 2025-02-20 21:00:04 +01:00
README.md chore: update bookmarks revalidation (#108) 2024-12-11 15:14:03 +03:00
renovate.json feat: upgrade packages (#111) 2025-02-20 21:00:04 +01:00

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)
  • /writing — Writing page.
  • /writing/[slug] — Static pre-rendered writing pages using Contentful.
  • /journey — Journey page.
  • /workspace — Workspace page.
  • /bookmarks — Bookmarks page.
  • /bookmarks/[slug] — Static pre-rendered bookmarks pages using Raindrop.
  • /bookmarks.xml — Bookmarks XML feed.
  • /api — API routes.

Running Locally

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

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

Tech Stack

Repo Activity

Alt

License

  1. Feel free to take inspiration from this code.
  2. Avoid directly copying it, please.
  3. 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