firekyll, it was intended to streamline the use of Jekyll gem.
You need to install ruby and gem Jekyll.
if you do not have installed.
gem install jekyll
sudo apt-get install ruby
sudo gem install ruby
firekyll, done with versions:
ruby -v
ruby 2.2.3
jekyll -v
jekyll 2.5.3
sudo npm install firekyll -g
To create a new project gives you 2 options.
$ fk new [name]
You create a new post with the format required for Jekyll , in the folder _posts.
$ fk newpost [name]
Will list all created posts indicating the weight and the name.
$ fk list [name]
Create a server using the Jekyll gem.
$ fk server [name]
Copilar the project with the Jekyll gem.
$ fk build [name]