Skip to content

Instantly share code, notes, and snippets.

View dataich's full-sized avatar
😀

Taichiro Yoshida dataich

😀
View GitHub Profile
@dataich
dataich / wordpressdotcom.rb
Created May 9, 2012 04:30 — forked from nikushi/wordpressdotcom.rb
A tool to migrate wordpress xml file to jekyll. This is a copied version and I modified a bit for my wordpress data compatibirity. The original is here https://github.com/mojombo/jekyll .
# coding: utf-8
require 'rubygems'
require 'hpricot'
require 'fileutils'
# for multi byte string in yaml
require 'psych'
require 'yaml'
require 'time'
# for multi byte string