ExcaliburZero / jekyll-helper

A program that serves as a basic GUI for Jekyll.
MIT License
4 stars 0 forks source link

Set site directory variable to use a setting instead #25

Open ExcaliburZero opened 9 years ago

ExcaliburZero commented 9 years ago

Currently the site directory variable is a global variable that is used across several different functions. It is set by using the directory selector.

However, this variable may be better handled as program setting, so that it can be set using other methods such as a Open entry in the File menu. This method would then bind the setting to the directory selector so that both methods could be used to set the site directory.