Blogger to Jekyll
I wanted to see if it was possible to import blogger posts into github blog.
Found this tool that makes it simple to do so:
jekyll-import
Instructions:
- install the gem
gem install jekyll-import
- export your posts from blogger
download the resulting xml to another folder
- execute the importer
This will create a _posts directory with all your posts.
- Copy the posts to your github blog _posts directory and submit it to github
Comments