Sample Project

A sample project to demonstrate the MDX setup

sampledemo

Sample Project

This is a sample project page written in MDX. You can write regular markdown here and include React components.

Features

  • Easy content management with markdown
  • Frontmatter for metadata
  • Support for React components within content
  • Automatic routing based on file structure

How to add projects

  1. Create a new .mdx file in the content/projects directory
  2. Add frontmatter with title, description, date, and tags
  3. Write your project content in markdown
  4. The project will automatically be available in your portfolio

Code Example

const project = {
  name: "DRIZZEL Portfolio",
  tech: ["Next.js", "shadcn/ui", "MDX", "TypeScript"],
  status: "In Development"
};

This demonstrates how you can easily add rich content to your project pages.