Hello World
•1 min read
Hello World
Welcome to my new blog built with Next.js and MDX.
This is a paragraph with some italic and bold text.
Code Block
const greeting = "Hello, World!";
console.log(greeting);
List
- Item 1
- Item 2
- Item 3
Welcome to my new blog built with Next.js and MDX.
This is a paragraph with some italic and bold text.
const greeting = "Hello, World!";
console.log(greeting);
Comments are coming soon. Configure Giscus to enable discussions.