An open API service indexing awesome lists of open source software.

https://github.com/arjkb/jekpost

Package to ease the process of creating a new Jekyll post.
https://github.com/arjkb/jekpost

pip script

Last synced: 12 days ago
JSON representation

Package to ease the process of creating a new Jekyll post.

Awesome Lists containing this project

README

          

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.