tweaking templates
added summary, image and tags
This commit is contained in:
parent
ed0124eb4a
commit
96918151b2
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: "Vagrantcloud, Test Kitchen and My New Workflow"
|
title: "Vagrantcloud, Test Kitchen and My New Workflow"
|
||||||
|
summary: On my new devops workflow using test kitchen and vagrantcloud
|
||||||
tags:
|
tags:
|
||||||
- vagrant
|
- vagrant
|
||||||
- chef
|
- chef
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: {{ layout }}
|
layout: {{ layout }}
|
||||||
title: {{ title }}
|
title: {{ title }}
|
||||||
|
summary: {{ summary }}
|
||||||
|
image: {{ image }}
|
||||||
|
tags: {{ tags }}
|
||||||
---
|
---
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: {{ layout }}
|
layout: {{ layout }}
|
||||||
title: {{ title }}
|
title: {{ title }}
|
||||||
|
summary: {{ summary }}
|
||||||
|
image: {{ image }}
|
||||||
date: {{ date }}
|
date: {{ date }}
|
||||||
|
tags: {{ tags }}
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user