thethemefoundry / forge

Build WordPress themes using Sass, LESS, and CoffeeScript
http://forge.thethemefoundry.com
MIT License
233 stars 51 forks source link

Forge create - use a custom layout skeleton/template? #62

Closed jevets closed 4 years ago

jevets commented 11 years ago

Forge is awesome! Thanks for sharing.

Is there any way to use my own layout folder when running forge create? Maybe something like:

forge create my_project --layout=my_custom_layout?

Middleman does this, using templates from ~/.middleman. i.e.

middleman init site --template=my_custom_template

I don't see anything like this available when running forge help create, and I'm mostly new to Ruby (am comfy w/ ERB), so my apologies if it's really obvious.

dstrojny commented 11 years ago

Hey there! Good idea! Forge doesn't currently have this feature, but it would be pretty cool. If you want to try writing it up we're happy to accept pull requests.

jevets commented 11 years ago

I'm not much of a ruby developer outside of ERb, but I'll take a stab at it!

LimeBlast commented 11 years ago

I very much second this idea, it would be good to be able to set-up repos for each of the different wordpress starter themes such as _s, bones, roots, etc..

sammdec commented 11 years ago

Just wondering if anyone had managed to firgure this out. We use a custom version of roots and was wondering if this gave the fliexibility to add different folder strcutures in.