Skip to main content
Writing

Hello World

·1 min read

Welcome to the new writing section of my website!

This is an example of an MDX post. It supports markdown along with inline code and much more natively, wrapped inside custom beautiful React components.

Code Highlights

Here is a block of javascript:

js
export function helloWorld() {
  console.log("Hello, MDX!");
}

Lists

  • It parses lists correctly.
  • Keeps them minimal and monochromatic.

And another test to ensure everything is connected and beautifully styled to match the main portfolio section. Let's see how blockquotes perform:

"The details are not the details. They make the design." - Charles Eames