Moved to drafts

This commit is contained in:
Marcus Noble 2018-01-01 10:03:00 +00:00
parent 843c9b6fff
commit d5d8c30e42
2 changed files with 1 additions and 3 deletions

1
app.js
View File

@ -110,7 +110,6 @@ Metalsmith(__dirname)
first: 'index.html',
noPageOne: true,
path: 'page:num/index.html',
filter: 'draft === undefined',
pageMetadata: {
title: 'Posts'
}

View File

@ -1,10 +1,9 @@
---
layout: post.html
title: "My Journey of DevOps Discovery"
date: 2017-12-23
date: 2018-01-01
tags: devops
summary: ""
draft: true
---
I'm going to take you on a journey. This is the journey of my career thus far and the discoveries that have made dealing with DevOps more pleasant.