begriffs / styleguide_rails

generate a living styleguide with one command
MIT License
69 stars 10 forks source link

Customizable look and feel #33

Open micfunk opened 11 years ago

micfunk commented 11 years ago

A simple settings text file to allow for user to be able to define a couple basic settings. Could be as simple as configuration text file. If left blank would not cause any issues. Possible basic initial settings:

Name of project? Default site width? Color of top bar? Code on or off by default?

Update header UI to reflect these possible settings.

losingkeys commented 11 years ago

I bet some of this could be gleaned from the project, @begriffs what do you think? Maybe the install could initialize a config file with the info? Or (better yet) just use what it can find, possibly allowing overrides in a config file somewhere? We could even start without a config file then add one as needed