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',
|
first: 'index.html',
|
||||||
noPageOne: true,
|
noPageOne: true,
|
||||||
path: 'page:num/index.html',
|
path: 'page:num/index.html',
|
||||||
filter: 'draft === undefined',
|
|
||||||
pageMetadata: {
|
pageMetadata: {
|
||||||
title: 'Posts'
|
title: 'Posts'
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: post.html
|
layout: post.html
|
||||||
title: "My Journey of DevOps Discovery"
|
title: "My Journey of DevOps Discovery"
|
||||||
date: 2017-12-23
|
date: 2018-01-01
|
||||||
tags: devops
|
tags: devops
|
||||||
summary: ""
|
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.
|
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