This commit is contained in:
@@ -4,7 +4,7 @@ This document provides context for AI agents working on this project.
|
||||
|
||||
## Project Overview
|
||||
|
||||
This is a personal website and portfolio built with Next.js and Tailwind CSS. The site is statically generated, with content sourced from local `.mdx` files. The primary purpose is to showcase research, projects, and blog posts.
|
||||
This is a personal website and portfolio built with Next.js and Tailwind CSS. The site is statically generated, with content sourced from local `.mdx` files. The primary purpose is to showcase experience, and publications posts.
|
||||
|
||||
## Tech Stack
|
||||
|
||||
@@ -24,7 +24,7 @@ This is a personal website and portfolio built with Next.js and Tailwind CSS. Th
|
||||
|
||||
## Project Structure
|
||||
|
||||
- `content/`: Root directory for all MDX content, organized into subdirectories by category (e.g., `research`, `projects`, `blog`).
|
||||
- `content/`: Root directory for all MDX content, organized into subdirectories by category (e.g., `research`, `experience`).
|
||||
- `src/app/`: Next.js App Router structure. Pages are dynamically generated based on the content in the `content/` directory.
|
||||
- `src/lib/mdx.ts`: Core logic for finding, parsing, and serializing MDX files. It reads the file contents, separates frontmatter using `gray-matter`, and prepares it for rendering.
|
||||
- `src/components/`: Contains all reusable React components.
|
||||
|
||||
Reference in New Issue
Block a user