Skip to content

wilsson/firekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version

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]

About

tool for quick use gem jekyll

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published