Class: Octopress::Hooks::Document

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

Instance Method Summary collapse

Instance Method Details

#merge_payload(payload, doc) ⇒ Object



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

def merge_payload(payload, doc); payload; end

#post_init(doc) ⇒ Object



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

def post_init(doc); end

#post_render(doc) ⇒ Object



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

def post_render(doc); end

#post_write(doc) ⇒ Object



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

def post_write(doc); end

#pre_render(doc) ⇒ Object



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

def pre_render(doc); end