Moved to drafts
This commit is contained in:
parent
843c9b6fff
commit
d5d8c30e42
1
app.js
1
app.js
@ -110,7 +110,6 @@ Metalsmith(__dirname)
|
||||
first: 'index.html',
|
||||
noPageOne: true,
|
||||
path: 'page:num/index.html',
|
||||
filter: 'draft === undefined',
|
||||
pageMetadata: {
|
||||
title: 'Posts'
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user