Class: Octopress::Hooks::Post

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

Instance Method Summary collapse

Instance Method Details

#post_init(post) ⇒ Object



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

def post_init(post); end

#post_render(post) ⇒ Object



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

def post_render(post); end

#post_write(post) ⇒ Object



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

def post_write(post); end

#pre_render(post) ⇒ Object



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

def pre_render(post); end