Example
December 26, 2024
Kampüs Cadıları

Example Blog Post

This is an example blog post showing the content schema and MDX capabilities.

Example Blog Post

Example Post

This is an example blog post demonstrating the MDX content structure.

Frontmatter Schema

Required fields:

  • title - Post title
  • description - Brief description
  • pubDate - Publication date

Optional fields:

  • heroImage - Header image
  • featured - Boolean for featured posts
  • category - Category for filtering
  • tags - Array of tags
  • updatedDate - Last update date

Content Features

You can use standard Markdown:

  • Lists
  • Bold text
  • Italic text
  • Code snippets
// Code blocks with syntax highlighting
const example = "Hello World";

And embed HTML/JSX:

Custom styled content

Images and Media

Images from src/assets/ are processed by Astro. Static files from public/media/ are served as-is.

Replace this example post with your own content.

#Template #Example