tnguyen14 / wintersmith-handlebars

handlebars plugin for wintersmith
26 stars 11 forks source link

starter project #10

Closed konsumer closed 10 years ago

konsumer commented 10 years ago

It would be helpful to me to have a starter project, so I can just wintersmith new handlebars and scaffold a demo project. I am not sure how to get this included with upstream wintersmith, but I would be happy to make one based on the default blog project scaffold. I'd like to see issue #9 resolved, though, so I can use layouts to setup the site (much simpler, easier & DRY.) I am putting together an un-DRY bootstrap + handlebars start.

konsumer commented 10 years ago

Here's most of it. Again, I don't know how to add this to wintersmith proper, but the project works well. I got lazy with feeds, so just left it using jade.

tnguyen14 commented 10 years ago

I think this is a great idea, though it sounds like it will be a PR to submit to the official wintersmith project itself, as you have pointed out?

konsumer commented 10 years ago

Yeh, I submitted it to them here as an issue, I also updated feeds to use a helper & handlebars, so now it's all handlebars, with no jade. I will make it a pull-request to the main project, as It seems that I just need to add it to the examples dir.