Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 848 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 848 Bytes

This is my personal website Ahmed Jadan

built using:

folder structure

  • /lib/mdx.js read .mdx files and parse it to an html that nextjs can understand.
  • /pages/blog/[...slug].js render dynamic static pages for single blog posts.
  • /pages/blog.js blog page containing the blog posts list.
  • /pages/portfolio/index.js render the latest projects.
  • /locales/* namespace translation files for both en, ar, renders by next-translate.

Licince: MIT

  • feel free to fork it and customize it based on your need, appreciated if you give credit to the owner.