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:
- First item
- Second item
- Third item
Links and Images
You can add links and images:
Blockquotes
This is a blockquote example. Use it to highlight important information.
Next Steps
- Run the migration script to import your Medium posts
- Customize the styling if needed
- Start writing new posts!