I’m migrating from Blogger to Hugo to get full control over my content with MD
The Plan#
I’m migrating because:
- Markdown native - Write in plain text
- Git-based - Version control for blog posts
- PAI integration - budd can help me write
- Fast and free - GitHub Pages hosting
What I’m Testing#
- Post formatting
- Images (coming next)
- Links
- Code blocks
def hello_hugo():
return "This is awesome!"Let’s see how this looks!

