Hello World
3/15/2024•1 min read•General•By kevin
# Hello World! Welcome to my new blog built with Next.js. This is a sample post to test the blog functionality. ## Features - Server-side rendering - Static site generation - MDX support - Syntax highlighting - Responsive design ## Code Example ```javascript function helloWorld() { console.log('Hello, world!'); } ``` Stay tuned for more posts coming soon!