Added jekyll.plugins.bash file
This commit is contained in:
12
plugins/jekyll.plugins.bash
Normal file
12
plugins/jekyll.plugins.bash
Normal 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
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user