Hello World

3/15/20241 min readGeneralBy 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!