ExcaliburZero / jekyll-helper

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

Restructure main Jekyll command functions #26

Closed ExcaliburZero closed 9 years ago

ExcaliburZero commented 9 years ago

Currently not all of the Jekyll command running functions work the same way. Some are run directly by the activation of a button, while others are run by the functions that are triggered by button activations.

Such functions should be changed such that the button activation function and the command run functions are two different functions.

The functions should also be written to take in the site directory rather than grabbing it from global.