Personal portfolio and blog: Next.js (App Router), static export to GitHub Pages. Synth-themed home page, MDX blog, and small arcade games.
yarn install
yarn devyarn buildOutput is static (output: 'export' in next.config.ts); deploy the out/ directory.
- Copy and resume-shaped data:
lib/resume.ts - Blog posts:
posts/*.mdx
Here's a sneak peek at what's coming soon to this totally tubular site:
- MDX-Based Blog: ✍️
- Create a dynamic blog using MDX files for content creation.
- Implement categories and tags for easy navigation.
- Add syntax highlighting for code snippets.
- Portfolio Showcase: 🖼️
- Display my front-end projects with interactive demos and descriptions.
- Use a grid layout for a visually appealing presentation.
- Include project screenshots and links to live sites or repositories.
- Playground Area: 🧪
- Provide a space for experimenting with code snippets and interactive components.
- Allow users to try out different technologies and techniques.
- Integrate code editors or sandboxes.