Astrosid Portfolio Website

Next.jsReactTailwind CSSTypeScript

My personal portfolio and knowledge base built with Next.js and Tailwind CSS.

Astrosid Portfolio

This project is a static website built with Next.js 15, Tailwind CSS v4, and MDX. It serves as a central hub for my projects and tutorials.

Features

  • Static Export: Optimal for GitHub Pages hosting.
  • MDX Support: Write content in Markdown with React components.
  • Dark Mode: Fully responsive dark/light theme.
  • Performance: High speed and SEO optimized.

How it works

The content is stored in the `content` directory and parsed at build time using `gray-matter`.