Welcome to the repository of my personal website. This site is open source, so feel free to explore the code and learn from it.
- Next.js 14 (App Router) with TypeScript
- Blog posts written in Markdown, parsed with gray-matter and rendered with react-markdown
- Syntax highlighting via rehype-highlight
- Terminal-inspired styling with Noto Sans Mono
- Blog: A simple blog where I share my thoughts and experiences. Each blog post is a Markdown file in the
posts/directory. - About: A page where I share a bit about myself.
- Contact: A page with my contact information and links to my social media profiles.
Requires Node.js 24.x and npm.
git clone https://github.com/drac/seyhan-me.git
cd seyhan-me
npm installnpm run dev # start dev server at localhost:3000
npm run build # production build
npm run lint # ESLintAs this is my personal website, I'm not accepting contributions. However, you're welcome to look at the code and use it as a reference for your projects.
- This project is open source and available under the MIT License.
- The content of the website (blog posts, about page, etc.) is licensed under the CC BY-NC-SA 4.0 DEED license.