Skip to content

tgvashworth/jkl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

jkl

utils for jekyll: npm install -g jkl

commands

new

Create a new post:

$ jkl new i-love-jkl
created : ./2014-02-09-i-love-jkl.md

If you're in a jekyll project, it'll default to the _posts folder:

$ jkl new i-love-jkl
created : ./_posts/2014-02-09-i-love-jkl.md

You can also specifiy a directory:

$ jkl new i-love-jkl _drafts
created : ./_drafts/2014-02-09-i-love-jkl.md

rm

Delete a post.

$ jkl rm i-love-jkl
deleted : ./2014-02-09-i-love-jkl.md

This has the same behaviour as new, in that the default for a Jekyll project will be _posts. You can specify a directory.

draft

Like new, but defaults to the _drafts folder.

license

MIT

About

utils for jekyll

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors