Class: Octopress::Hooks::All

Inherits:
Jekyll::Plugin
  • Object
show all
Defined in:
lib/octopress-hooks.rb

Instance Method Summary collapse

Instance Method Details

#merge_payload(payload, item) ⇒ Object



99
# File 'lib/octopress-hooks.rb', line 99

def merge_payload(payload, item); payload; end

#post_init(item) ⇒ Object



98
# File 'lib/octopress-hooks.rb', line 98

def post_init(item); end

#post_render(item) ⇒ Object



101
# File 'lib/octopress-hooks.rb', line 101

def post_render(item); end

#post_write(item) ⇒ Object



102
# File 'lib/octopress-hooks.rb', line 102

def post_write(item); end

#pre_render(item) ⇒ Object



100
# File 'lib/octopress-hooks.rb', line 100

def pre_render(item); end