class Vox::Renderer
- Vox::Renderer
- Reference
- Object
Defined in:
vox/renderer.crConstructors
Instance Method Summary
-
#render(src : String)
TODO handle file not found errors, optimize mustache args heap usage
- #src_dir(*args, **options)
- #src_dir(*args, **options, &)
- #target_dir(*args, **options)
- #target_dir(*args, **options, &)
Constructor Detail
def self.new(config : Vox::Config, database : Vox::Database, front : Vox::FrontMatter, list : Vox::List)
#