ExcaliburZero / jekyll-helper

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

Display Jekyll version in status bar #19

Closed ExcaliburZero closed 9 years ago

ExcaliburZero commented 9 years ago

The status bar should be set to display the current Jekyll version by running jekyll -v.

ExcaliburZero commented 9 years ago

These pages may be helpful:

ExcaliburZero commented 9 years ago

This tutorial may prove very helpful:

ExcaliburZero commented 9 years ago

It looks like the text for labels can be changed by using the following code:

labelName.set_text("new text goes here")

Where labelName is the name of the label widget.

ExcaliburZero commented 9 years ago

It looks like the status bar works with push commands, so it may be better to use just a normal label for the Jekyll version and use the status bar for something else.