firekyll
Use tool for quick Jekyll.
Commands
new
To create a new project gives you 2 options.
- Create simple with gem jekyll.
- Create simple with gem jekyll and (gulp + browserSync + express + sass).
$ 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]