automated featured blog display
This commit is contained in:
@@ -3,6 +3,7 @@ title: "Post 4 with its UNIQUE title" # Quotation marks allow colons, semicolons
|
||||
description: "The UNIQUE description for Post 4." # Quotation marks allow colons, semicolons, etc.
|
||||
date: 2019-03-02T10:00:00-06:00
|
||||
updated: 2020-01-31T08:13:00-06:00 # Comment-out this line with a # if content is unchanged
|
||||
template: blogPage.html
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 4 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
|
@@ -7,10 +7,10 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
template: blogPage.html
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 5 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
author: Post Author
|
||||
category: "Engineering"
|
||||
imgPath: images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
imgPath: images/ourworld_mycellium.png
|
||||
isFeatured: "true"
|
||||
---
|
||||
|
||||
Your opening text goes here.
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Bridges Connecting the ThreeFold Ecosystem to External Networks" # Quotation marks allow colons, semicolons, etc.
|
||||
description: "Since the launch of ThreeFold Grid 3.0, TFT is now available on three blockchains – Stellar, Binance Smart Chain and the Substrate-based ThreeFold Blockchain (aka TF Chain)." # Quotation marks allow colons, semicolons, etc.
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
date: 2021-10-17T14:40:00-05:00
|
||||
updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
|
||||
draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
template: blogPage.html
|
||||
@@ -11,7 +11,7 @@ extra:
|
||||
subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: HANNAH CORDES
|
||||
imgPath: images/ourworld_mycellium.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
isFeatured: "true"
|
||||
---
|
||||
|
||||
## In-article heading --- it's an H2 because your title is the H1
|
||||
|
@@ -1,20 +1,21 @@
|
||||
+++
|
||||
title = "Bridges Connecting the ThreeFold Ecosystem to External Networks"
|
||||
description = "Sinces the launch of ThreeFold Grid 3.0, TFT is now available on three blockchains – Stellar, Binance Smart Chain and the Substrate-based ThreeFold Blockchain (aka TF Chain)."
|
||||
date = 2018-10-17T19:40:00.000Z
|
||||
updated = 2019-04-12T01:33:00.000Z
|
||||
draft = false
|
||||
|
||||
[taxonomies]
|
||||
categories=["Engineering"]
|
||||
|
||||
[extra]
|
||||
subtitle = "The UNIQUE Post 1 subtitles"
|
||||
author = "HANNAH CORDES"
|
||||
imgPath = "images/ourworld_mycellium.png"
|
||||
date = 2018-10-17T19:40:00.000Z
|
||||
|
||||
+++
|
||||
---
|
||||
title: Bridges Connecting the ThreeFold Ecosystem to External Networks
|
||||
description: Sinces the launch of ThreeFold Grid 3.0, TFT is now available on
|
||||
three blockchains – Stellar, Binance Smart Chain and the Substrate-based
|
||||
ThreeFold Blockchain (aka TF Chain).
|
||||
date: 2021-10-17T19:40:00.000Z
|
||||
updated: 2022-02-12T01:33:00.000Z
|
||||
draft: false
|
||||
taxonomies:
|
||||
categories:
|
||||
- Engineering
|
||||
extra:
|
||||
subtitle: The UNIQUE Post 1 subtitles
|
||||
author: HANNAH CORDES
|
||||
imgPath: /images/ourworld_mycellium.png
|
||||
date: 2018-10-17T19:40:00.000Z
|
||||
isFeatured: "true"
|
||||
---
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user