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.
- Host: GitHub
- URL: https://github.com/arjkb/jekpost
- Owner: arjkb
- License: mit
- Created: 2016-10-11T19:39:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T22:50:15.000Z (over 8 years ago)
- Last Synced: 2025-08-28T17:42:31.499Z (6 months ago)
- Topics: pip, script
- Language: Python
- Homepage: https://arjunkrishnababu96.github.io/jekpost/
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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.