Skip to content

octopressthemes/theme-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A parser used for octopressthemes.github.io

Description:

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".

Dependencies:

gem 'nokogiri'
gem 'pry'
gem 'activesupport'
gem 'ruby-progressbar'

and webkit2png.

Installation

brew install webkit2png
bundle install

Run:

ruby parser.rb

Releases

No releases published

Packages

No packages published

Languages