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 }} ---