Skip to content

emirongrr/emirongorur.com

Repository files navigation

emirongorur.com

Personal portfolio for Emir Öngörür, built with Next.js, Tailwind CSS, i18next, and Sanity.

Getting Started

Install dependencies:

npm ci

Create a local environment file:

cp .env.example .env.local

Set the Sanity values in .env.local, then start the development server:

npm run dev

Open http://localhost:3000.

Quality Checks

npm run lint
npm run build

The production build requires valid Sanity environment variables because project data is fetched while static pages are generated.

SEO Structure

The app uses localized routes under /en and /tr, route-level metadata, canonical and alternate links, sitemap alternates, robots configuration, and JSON-LD for the website, person profile, navigation, and breadcrumbs. Google sitelinks are not manually controlled, but this structure gives crawlers clear signals for pages like About, Projects, and Blog.

About

This repository contains the source code for my personal website built with Next.js. The website showcases my projects, experience, and blog posts.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors