Hello World

# Hello World This is a sample post powered by **innotekseo-blogs**. It demonstrates the local content adapter reading MDX files from the filesystem. ## Features - File-based content with frontmatter - Automatic tag extraction - Built-in search index generation - RSS feed support ## Code Example ```typescript import { LocalAdapter } from "@innotekseo-blogs/core"; const adapter = new LocalAdapter("./src/content/posts"); const posts = await adapter.getPosts(); ``` That's all it takes to get started!