Skip to content

Instantly share code, notes, and snippets.

@alakra
Created August 15, 2011 15:31
Show Gist options
  • Save alakra/1147005 to your computer and use it in GitHub Desktop.
Save alakra/1147005 to your computer and use it in GitHub Desktop.
module Jekyll
class MembersGenerator < Generator
safe true
def generate(site)
puts "Test!!!!"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment