refined design
Some checks failed
Next.js App CI / docker (push) Failing after 3m19s

This commit is contained in:
2025-09-14 22:49:23 +02:00
parent 78de337446
commit 0444067c2d
89 changed files with 1117 additions and 594 deletions

View File

@@ -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.