dapper
dapper copied to clipboard
A publishing tool for static websites.
Due to the way the initialisation and parsing is done, most of the dapper commands will not read the _config.yaml at all and therefore will not use the correct directories,...
t/00-load.t ...... Can't locate Template/Alloy.pm in @INC From: https://travis-ci.org/github/markdbenson/dapper/jobs/774529152
Fixes #9 ``` perl Makefile.PL make make dist #now works correctly ```
App/Dapper/Serve.pm is not on CPAN only in GitHub.
The README section on "Variables" has this to say about the `site` hash: "All site variables are defined in _config.yml, and are available in layouts as [% site.\* %]". However,...
``` Added perl code subroutines for templates Added session data for templates ```
It would be nice if the files in `_output/` could be assigned a dir and file name matching their calculated `url` variable. I'm trying to create a blog, and was...
Using EVAL_PERL in TT is not recommended but I believe its extremely useful for dapper since its a static page generator more than a library. If dapper supports perl blocks...
Dapper is only allowing `(\d\d\d\d)-(\d\d)-(\d\d) (\d\d)\:(\d\d)\:(\d\d)` formatted dates in date field. I am used to use "YYYY-MM-DD" (ISO) formatted dates in my posts. This patch is using DateTime::Format::XSD to parse...