Back to Blog

Welcome to Our Blog

HyperTrail
1 min read
Getting StartedDocumentation

This is an example blog post to demonstrate the blog migration framework. You can delete this file after migrating your Medium posts.

Welcome to Our Blog

This is an example blog post that demonstrates the blog migration framework. You can delete this file once you've migrated your Medium posts.

Features

The blog framework includes:

  • Markdown support - Write posts in Markdown
  • Syntax highlighting - Code blocks with syntax highlighting
  • Categories - Organize posts by categories
  • Reading time - Automatically calculated
  • SEO optimized - Full metadata support

Code Example

Here's an example of a code block:

function greet(name: string): string {
  return `Hello, ${name}!`
}

console.log(greet('World'))

Lists

You can create lists:

  • Item 1
  • Item 2
  • Item 3

Or numbered lists:

  1. First item
  2. Second item
  3. Third item

You can add links and images:

Example Image

Blockquotes

This is a blockquote example. Use it to highlight important information.

Next Steps

  1. Run the migration script to import your Medium posts
  2. Customize the styling if needed
  3. Start writing new posts!