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
- Create a new
.mdx
file in thecontent/projects
directory - Add frontmatter with title, description, date, and tags
- Write your project content in markdown
- 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.