A parser used for octopressthemes.github.io
Goes through the whole table of octopress themes listed on the Octopress Wiki and creates a jekyll post for each.
Besides that, it also takes screenshots with webkit2png and stores them in the screenshots
folder with the name "#{post[:slug]}-clipped.png"
.
gem 'nokogiri'
gem 'pry'
gem 'activesupport'
gem 'ruby-progressbar'
and webkit2png.
brew install webkit2png
bundle install
ruby parser.rb