I wanted to use Middleman for blogging with middleman-blog. The docs say that you can set blog.calendar_template
to a template name (without extension) of the template to use for archive pages.
I’ve set the option to “archive”, but Middleman will always complain on build with:
Error reloading Middleman: Path 2014.html proxies to unknown file archive:[]
I’ve tried placing my template in the following locations:
source/archive.html.erb
source/articles/archive.html.erb
source/layouts/archive.html.erb
But none of the paths work. Where does Middleman (or the blog extension) expect these to go?