
Migrating My Website to MDX
How I migrated my personal website from headless WordPress to MDX, simplifying the architecture while keeping everything I loved about the old site.
Design Engineer & Software Architect
Press ⌘K to Hire Me
I'm passionate about turning creative ideas into high-quality digital experiences. I blend slick frontend development with responsive design and performance optimization to bring your vision to life.



This site is built with MDX, Next.js 16, and TypeScript. All content lives in the repo as .mdx files.
1export const siteConfig = {
2 name: "César E. Benavides",
3 description: "Design Engineer & Software Architect",
4 url: "https://www.cesarbenavides.com",
5 social: {
6 github: "https://github.com/CesarBenavides777",
7 linkedin: "https://www.linkedin.com/in/cesar-benavides-673b1085/",
8 x: "https://x.com/CesarCodes777",
9 },
10};