class Jekyll::Site
Hooks didn't exist in Jekyll
2 so we monkey patch to get an :after_reset hook
Public Instance Methods
reset()
click to toggle source
# File lib/cloudcannon-jekyll.rb, line 19 def reset jekyll_reset CloudCannonJekyll::Configuration.set(self) end
Also aliased as: jekyll_reset