Using deep data merge (post tag is inherited from posts/posts.json) and updates to use 0.7.0.

This commit is contained in:
Zach Leatherman
2019-01-10 22:20:14 -06:00
parent 0cb6dab28a
commit 496982355e
11 changed files with 51 additions and 52 deletions

View File

@ -1,8 +1,8 @@
---
title: This is my first post.
description: This is a post on My Blog about agile frameworks.
date: 2018-05-01
tags:
- post
- another-tag
layout: layouts/post.njk
---

View File

@ -1,5 +1,6 @@
---
title: This is my fourth post.
description: This is a post on My Blog about touchpoints and circling wagons.
date: 2018-09-30
tags: second-tag
layout: layouts/post.njk

5
posts/posts.json Normal file
View File

@ -0,0 +1,5 @@
{
"tags": [
"posts"
]
}

View File

@ -1,8 +1,8 @@
---
title: This is my second post.
description: This is a post on My Blog about leveraging agile frameworks.
date: 2018-07-04
tags:
- post
- number-2
layout: layouts/post.njk
---

View File

@ -1,8 +1,8 @@
---
title: This is my third post.
description: This is a post on My Blog about win-win survival strategies.
date: 2018-08-24
tags:
- post
- second-tag
layout: layouts/post.njk
---