Skip to content

AzrizHaziq/portfolio

Repository files navigation

Build with Nextjs

TODO

  • Add custom blog with mdx
    • Setup getStaticPath and read it in /content folder
    • Create new comp in /components/custom/CustomPost.jsx(for /blogs/:slug) and CustomPostList.jsx(for /blogs)
    • Currently, external links in devto blogs, it's not properly render. gist github, youtube, etc.
    • Add cover_image if exist
    • Make blog prettier with custom component
    • /blogs to have filter feature with tags
  • Setup analytics with https://github.com/DavidWells/analytics
  • Node-canvas to generate dynamic img
  • Deploy to Vercel
  • Seo (index, side-projects, blogs), still pending on each pages
  • Test(no need I guess 😅)
  • Service workers(PWA)
  • Dark theme
  • Responsive
  • Sitemap (https://www.npmjs.com/package/next-sitemap)
  • Add timeline about my self
    • Employment history
    • Certificate achieve
    • All side project built_at
  • A new page where a list of "mess-up"
  • yarn 3 with Vercel