firekyll

firekyll

tool for quick use gem jekyll

firekyll

firekyll, it was intended to streamline the use of Jekyll gem.

requires

You need to install ruby and gem Jekyll.

if you do not have installed.

for windows

gem install jekyll

for linux

sudo apt-get install ruby
sudo gem install ruby

firekyll, done with versions:

ruby
ruby -v
ruby 2.2.3
jekyll
jekyll -v
jekyll 2.5.3

Install

sudo npm install firekyll -g

Commands

new

To create a new project gives you 2 options.

$ fk new [name]

newpost

You create a new post with the format required for Jekyll , in the folder _posts.

$ fk newpost [name]

list

Will list all created posts indicating the weight and the name.

$ fk list [name]

server

Create a server using the Jekyll gem.

$ fk server [name]

build

Copilar the project with the Jekyll gem.

$ fk build [name]