Skip to content

Whiteknight/blogger2jekyll

Repository files navigation

Build

In Mono, you can build like this:

gmcs -r:System.Web.dll -out:Blogger2Jekyll.exe Program.cs Post.cs Comment.cs Author.cs LinkMapper.cs

Run It

To convert a blog:

  1. Export your blog from Blogger. This will give you a .xml file
  2. Run:
Blogger2Jekyll.exe BLOG_XML_FILE

Where BLOG_XML_FILE is the filename of your blogger export XML file.

About

Converter utlity, written in C#, to convert a blog from Blogger.com to Jekyll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages