JekPost

Package to ease the process of creating a new Jekyll post


License
MIT
Install
pip install JekPost==2.1.0

Documentation

JekPost

Command-line utility to create a Jekyll post file with appropriate filename and headers.

USAGE

To create a new Jekyll post:

$ jekpost 'Post Title' dir

dir is the directory where the new post will be saved. This is usually the _posts directory.