tweaking templates

added summary, image and tags
This commit is contained in:
James Walker 2015-01-29 09:23:49 -05:00
parent ed0124eb4a
commit 96918151b2
3 changed files with 7 additions and 0 deletions

View File

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

View File

@ -1,4 +1,7 @@
---
layout: {{ layout }}
title: {{ title }}
summary: {{ summary }}
image: {{ image }}
tags: {{ tags }}
---

View File

@ -1,5 +1,8 @@
---
layout: {{ layout }}
title: {{ title }}
summary: {{ summary }}
image: {{ image }}
date: {{ date }}
tags: {{ tags }}
---