Skip to content

Instantly share code, notes, and snippets.

View trvrb's full-sized avatar

Trevor Bedford trvrb

View GitHub Profile
@runemadsen
runemadsen / plugin.rb
Created August 18, 2013 20:56
Generating pagination pages for multiple categories in Jekyll
module Jekyll
class Pagination < Generator
def generate(site)
end
end
class CategoryPages < Generator
safe true