From d5d8c30e4267bf5e2a6affacea99325fe74520a8 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 1 Jan 2018 10:03:00 +0000 Subject: [PATCH] Moved to drafts --- app.js | 1 - .../2018-01-01-my-journey-of-devops-discovery.md} | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) rename src/{posts/2017-12-23-my-journey-of-devops-discovery.md => drafts/2018-01-01-my-journey-of-devops-discovery.md} (99%) diff --git a/app.js b/app.js index ad46b49..7b0c6d0 100644 --- a/app.js +++ b/app.js @@ -110,7 +110,6 @@ Metalsmith(__dirname) first: 'index.html', noPageOne: true, path: 'page:num/index.html', - filter: 'draft === undefined', pageMetadata: { title: 'Posts' } diff --git a/src/posts/2017-12-23-my-journey-of-devops-discovery.md b/src/drafts/2018-01-01-my-journey-of-devops-discovery.md similarity index 99% rename from src/posts/2017-12-23-my-journey-of-devops-discovery.md rename to src/drafts/2018-01-01-my-journey-of-devops-discovery.md index 57f857f..1b92183 100644 --- a/src/posts/2017-12-23-my-journey-of-devops-discovery.md +++ b/src/drafts/2018-01-01-my-journey-of-devops-discovery.md @@ -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.