Skip to content

Instantly share code, notes, and snippets.

@Teino1978-Corp
Created November 7, 2015 17:08
Show Gist options
  • Select an option

  • Save Teino1978-Corp/5247da8a9b90320cb9a3 to your computer and use it in GitHub Desktop.

Select an option

Save Teino1978-Corp/5247da8a9b90320cb9a3 to your computer and use it in GitHub Desktop.
New Jekyll Blog Post
# Create a new Jekyll blog post
function blogpost() {
today=$(date +%Y-%m-%d);
touch $today-$@".md"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment