jekyll-bootstrap icon indicating copy to clipboard operation
jekyll-bootstrap copied to clipboard

Proposed: Rake task for filling in _config.yml

Open swanson opened this issue 13 years ago • 2 comments

Is there value in having a Rake task to prompt the user for the values to fill in _config.yml (along with some context like "leave this blank to ignore")?

swanson avatar Jan 15 '12 23:01 swanson

I think that would definitely be cool. I remember the phusion passenger setup to be a pleasant experience. I'd imagine a similar use-case. Basically walk the user through the core configuration steps with brief explanation for sensible defaults etc.

Let me know if you decide to hack something out.

plusjade avatar Jan 16 '12 01:01 plusjade

When I first came to Jekyll, I didn't find rake tasks intuitive at all. I wouldn't expect a newbie to know to type rake config or something similar from their blog's root in terminal. How about a webpage on jekyllbootstrap.com that accepts inputs and generates the _config.yml text for cut-and-paste?

The instructions could be included in the footer, and the newly-constructed _config.yml could even be triggered as a download from within the browser.

groundh0g avatar Mar 03 '15 12:03 groundh0g