Created
May 26, 2015 21:20
-
-
Save orlovmax/f1b73a5fd01fc4b917c2 to your computer and use it in GitHub Desktop.
Jekyll-inclusion template create new post
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function jpost { | |
cp -a _dev/templates/pages/_drafts/_draft.md _dev/templates/pages/_posts/$@.md; | |
explorer "$(pwd -W | sed 's/\//\\/g')\_dev\templates\pages\_posts\\$@.md"; | |
mkdir _dev/img/post/$@; | |
explorer "$(pwd -W | sed 's/\//\\/g')\_dev\img\post\\$@"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment