Class: Octopress::Hooks::Post
- Inherits:
-
Jekyll::Plugin
- Object
- Jekyll::Plugin
- Octopress::Hooks::Post
- Defined in:
- lib/octopress-hooks.rb
Instance Method Summary collapse
- #post_init(post) ⇒ Object
- #post_render(post) ⇒ Object
- #post_write(post) ⇒ Object
- #pre_render(post) ⇒ Object
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 |