Skip to content

Instantly share code, notes, and snippets.

@orlovmax
Created May 26, 2015 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orlovmax/f1b73a5fd01fc4b917c2 to your computer and use it in GitHub Desktop.
Save orlovmax/f1b73a5fd01fc4b917c2 to your computer and use it in GitHub Desktop.
Jekyll-inclusion template create new post
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