Skip to content

Instantly share code, notes, and snippets.

View wonderchook's full-sized avatar

Kate Chapman wonderchook

  • Open Supply Hub
  • Cascadia
View GitHub Profile
@pezholio
pezholio / import.rb
Last active January 15, 2020 14:03 — forked from dnagir/import.rb
Regenerate the source of an Octopress blog (if you're an idiot and forgot to commit the source like me)
require 'rubygems'
require 'nokogiri'
require 'fileutils'
require 'date'
require 'uri'
require 'find'
@posts = {}
@drafts = {}