Nabil-Y / personal-website

Home Page:https://nabil-y.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nabil Yassine

Web developer portfolio inspired by Lee Robinson.

Overview

  • components/* - Contains reusable components and page layouts.
  • data/blog - Contains MDX files for each blog article and the about me page.
  • data/projects - Contains all projects data in an array.
  • libs/* - Short for "library", utilities functions to fetch posts and display MDX using next-mdx-remote.
  • pages/blog/* - Contains the blog home page and the layout to generate static article pages at build time.
  • pages/* - All other static pages.
  • public/* - Static assets including favicon and images.
  • styles/* - Global styles and Prism theme for code highligthing.
  • types/* - Custom types and interfaces, mostly for typing component props.

Running Locally

$ git clone https://github.com/Nabil-Y/personal-website.git
$ cd personal-website
$ yarn
$ yarn dev

Cloning / Forking

Please remove all my personal information (blog posts, images, etc).

About

https://nabil-y.com


Languages

Language:TypeScript 85.7%Language:CSS 10.6%Language:JavaScript 3.8%