Class: Octopress::Hooks::Post

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

Instance Method Summary collapse

Instance Method Details

#merge_payload(payload, post) ⇒ Object



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

def merge_payload(payload, post); payload; end

#post_init(post) ⇒ Object



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

def post_init(post); end

#post_render(post) ⇒ Object



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

def post_render(post); end

#post_write(post) ⇒ Object



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

def post_write(post); end

#pre_render(post) ⇒ Object



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

def pre_render(post); end