
HiD::Post - Blog posts

my $post = HiD::Post->new({
dest_dir => 'path/to/output/dir'
input_filename => 'path/to/file/for/this/post' ,
layouts => $hashref_of_hid_layout_objects,
});

Class representing a "blog post" object.

The default layout used when publishing a HiD::Post object. (Defaults to 'post'.)
Publish -- convert, render through any associated layouts, and write out to disk -- this data from this object.

version 0.3

John SJ Anderson <genehack@genehack.org>

This software is copyright (c) 2012 by John SJ Anderson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.