NAME
App::Embra::Plugin::PruneFiles - exclude files from the site
VERSION
version 0.001
DESCRIPTION
This plugin will remove files from the site and prevent them from being processed.
In your embra.ini:
[PruneFiles]
filename = not_this_file
filename = dont_even_think_about_publishing_this
ATTRIBUTES
filename
Name of file to exclude. May be used multiple times to exclude multiple files.
AUTHOR
Daniel Holz <dgholz@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Daniel Holz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.