Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 463 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 463 Bytes

A personal website to show portfolio, blog posts, projects, etc

  • Created with Next.js
  • i18n added. Mdx filetype is used because its more flexible than markdown
  • Server side generation have not been used because only static site generation is sufficient for requirements
  • You can edit and use this small project if you want :)

Usage

  1. git clone https://github.com/cetinbug/my-personal-website.git
  2. cd my-personal-website
  3. npm install
  4. npm run dev