class Octopress::Hooks::Post

Public Instance Methods

deep_merge_payload(page_payload, hook_payload) click to toggle source
# File lib/octopress-hooks.rb, line 102
def deep_merge_payload(page_payload, hook_payload)
  Jekyll::Utils.deep_merge_hashes(page_payload, hook_payload)
end
merge_payload(payload, post) click to toggle source
# File lib/octopress-hooks.rb, line 101
def merge_payload(payload, post); payload; end
post_init(post) click to toggle source
# File lib/octopress-hooks.rb, line 100
def post_init(post); end
post_render(post) click to toggle source
# File lib/octopress-hooks.rb, line 106
def post_render(post); end
post_write(post) click to toggle source
# File lib/octopress-hooks.rb, line 107
def post_write(post); end
pre_render(post) click to toggle source
# File lib/octopress-hooks.rb, line 105
def pre_render(post); end