aayushmau5 / aayushsahu.com

✨ Homepage and blog ✨

Home Page:https://aayushsahu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

AAYUSHSAHU.COM

My portfolio website powered by:

  • NextJS with TypeScript
  • CSS(no libraries, preprocessor, etc.)
  • MDX(for blogs)

Features

  • Dynamic OpenGraph image generation for blogs using Cloudinary
  • Commenting system powered by Giscus
  • Blogs
  • Command bar powered by Kbar

Hosted on Vercel 💪

Feature requests are welcome :)

Project Overview

  • components/* - Components used throughout the code
  • components/MDX/* - Components used inside MDX blogs
  • components/React/* - Components used only for non-MDX code i.e., site pages
  • pages/* - All the pages in the website
  • config.json - Configs regarding user, etc.
  • styles/* - Styles for pages
  • public/* - Public data, contains images used in blogs, resume, & projects
  • utils/* - Common utilities used in blogs like table of contents, blog posts, etc.
  • posts/* - All the blog posts written in MDX

Running Locally

  • Fork/Clone this repo
  • Install dependencies npm install
  • Run locally in development mode npm run dev

About

✨ Homepage and blog ✨

https://aayushsahu.com

License:MIT License


Languages

Language:MDX 56.1%Language:TypeScript 37.0%Language:CSS 6.7%Language:JavaScript 0.2%