Skip to content

Python program that generates Jekyll blog posts. Posts are generated using python template strings.

Notifications You must be signed in to change notification settings

thechrislee/new_post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

new_post

Python program that generates Jekyll blog posts. Posts are generated using python template strings.

$ ./new_post.py -h
usage: new_post.py [-h] [-d DIR] [-c categories [categories ...]] name title

Generate blog post file

positional arguments:
  name                  the name of the file to write
  title                 blog title

optional arguments:
  -h, --help            show this help message and exit
  -d DIR, --dir DIR     output directory (default: .)
  -c categories [categories ...], --categories categories [categories ...]

About

Python program that generates Jekyll blog posts. Posts are generated using python template strings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages