From 96918151b2d28b9c3c95f46f013f36a4c860ecf2 Mon Sep 17 00:00:00 2001 From: James Walker Date: Thu, 29 Jan 2015 09:23:49 -0500 Subject: [PATCH] tweaking templates added summary, image and tags --- ...2014-03-14-vagrantcloud-test-kitchen-and-my-new-workflow.md | 1 + _templates/draft | 3 +++ _templates/post | 3 +++ 3 files changed, 7 insertions(+) diff --git a/_posts/2014-03-14-vagrantcloud-test-kitchen-and-my-new-workflow.md b/_posts/2014-03-14-vagrantcloud-test-kitchen-and-my-new-workflow.md index 2cdd892..969f815 100644 --- a/_posts/2014-03-14-vagrantcloud-test-kitchen-and-my-new-workflow.md +++ b/_posts/2014-03-14-vagrantcloud-test-kitchen-and-my-new-workflow.md @@ -1,6 +1,7 @@ --- layout: post title: "Vagrantcloud, Test Kitchen and My New Workflow" +summary: On my new devops workflow using test kitchen and vagrantcloud tags: - vagrant - chef diff --git a/_templates/draft b/_templates/draft index b2f881e..5565759 100644 --- a/_templates/draft +++ b/_templates/draft @@ -1,4 +1,7 @@ --- layout: {{ layout }} title: {{ title }} +summary: {{ summary }} +image: {{ image }} +tags: {{ tags }} --- diff --git a/_templates/post b/_templates/post index 66642c6..548b5ce 100644 --- a/_templates/post +++ b/_templates/post @@ -1,5 +1,8 @@ --- layout: {{ layout }} title: {{ title }} +summary: {{ summary }} +image: {{ image }} date: {{ date }} +tags: {{ tags }} ---