Added jekyll.plugins.bash file

pull/18/head^2
Mark Szymanski 2010-11-01 20:24:39 -05:00
parent db5a47eb68
commit a8fc3c78d9
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
newpost() {
# Get the date for the new post's filename
FNAME_DATE=$(date "+%Y-%m-%d")
# Get the title for the new post
read -p "Enter title of the new post: " POST_TITLE
}