Example Blog Post
This is an example blog post to get started with the blog system
Por Dagaz.Dev•1 anos atrás•1 min de leitura
# 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!