Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

drac/seyhan-me

Repository files navigation

Personal Website

Welcome to the repository of my personal website. This site is open source, so feel free to explore the code and learn from it.

Technology Stack

This website is built using Next.js.

Features

  • 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.

Development

To run the website locally, you need to have Node.js and npm installed. Then, you can clone the repository and install the dependencies:

git clone https://github.com/drac/seyhan-me.git
cd seyhan-me
npm install

To start the development server, run:

npm run dev

The website will be available at http://localhost:3000.

Contributions

As 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.

Licenses

  • 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.