ruhoh / ruhoh.rb

http://ruhoh.com
616 stars 69 forks source link

Specifying scaffold filename format #289

Open voveph opened 10 years ago

voveph commented 10 years ago

When running:

ruhoh posts new "Hello World"

I'd like the generated file to have the following filename:

2014-04-hello-world.md

instead of:

hello-world.md

I have tried to pre-define the filename variable through the _scaffold.html file's front-matter and through the config.yml, without success. Is this possible or on the roadmap?

Thanks!