General

Example Blog Post

This is an example blog post to get started with the blog system

Por Dagaz.Dev1 anos atrás1 min de leitura
Example Blog Post

# Welcome to Dagaz.Dev Blog

This is an example post that demonstrates the blog functionality.

## Getting Started

To add more posts, create `.mdx` files in the `src/content/blog` directory with frontmatter.

```typescript
// Example code block
const greeting = "Hello, World!";
console.log(greeting);
```

Happy blogging!