I have created a custom project template for Middleman. The documentation states that I should store templates in the ~/.middleman/
folder. This works fine on Mac, but where should I store the template on Windows 7?
I have tried putting it in a .middleman
folder in the %UserProfile%
directory. But when I run middleman init --help
, the custom template is not displayed in the list of available templates.