added categories taxonomy for blog

This commit is contained in:
timurgordon
2022-02-11 11:19:47 +03:00
parent 1b584f8d4e
commit 4db8c88e3c
19 changed files with 145 additions and 103 deletions

View File

@@ -6,7 +6,8 @@ updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content i
draft: false # Make it "true" if you don't want Zola to "publish" yet
extra:
subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc.
author: Your name goes here
author: "Your name goes here"
category: "Engineering"
imgPath: images/threefold_blog2.png
date: 2018-10-17T14:40:00-05:00
---

View File

@@ -7,6 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet
extra:
subtitle: "The UNIQUE Post 2 subtitle" # Quotation marks allow colons, semicolons, etc.
author: Your name goes here
category: "Engineering"
imgPath: images/threefold_blog2.png
date: 2018-10-17T14:40:00-05:00
---

View File

@@ -7,6 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet
extra:
subtitle: "The UNIQUE Post 3 subtitle" # Quotation marks allow colons, semicolons, etc.
author: Your name goes here
category: "Engineering"
imgPath: images/threefold_blog2.png
date: 2018-10-17T14:40:00-05:00
---
@@ -23,6 +24,6 @@ Text here.
And here is an example of how to use the `imgc` shortcode in `/templates/shortcodes`:
{{ (path="blog//2019/01/post-3/screen-cap-from-Pippin-Williamson-s-page-builders-review.png", alt="Screen capture showing shortcodes from a WordPress page builder", width=986, height=482) }}
![Image](images/threefold-blog.png)
Closing text. That ends Post 3!

View File

@@ -6,6 +6,7 @@ updated: 2020-01-31T08:13:00-06:00 # Comment-out this line with a # if content i
extra:
subtitle: "The UNIQUE Post 4 subtitle" # Quotation marks allow colons, semicolons, etc.
author: Your name goes here
category: "Engineering"
imgPath: images/threefold_blog2.png
date: 2018-10-17T14:40:00-05:00
---

View File

@@ -7,6 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet
extra:
subtitle: "The UNIQUE Post 5 subtitle" # Quotation marks allow colons, semicolons, etc.
author: Your name goes here
category: "Engineering"
imgPath: images/threefold_blog2.png
date: 2018-10-17T14:40:00-05:00
---

View File

@@ -7,6 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet
extra:
subtitle: "The UNIQUE Post 6 subtitle" # Quotation marks allow colons, semicolons, etc.
author: Your name goes here
category: "Engineering"
imgPath: images/threefold_blog2.png
date: 2018-10-17T14:40:00-05:00
---

View File

@@ -1,13 +1,15 @@
---
title: "Bridges Connecting the ThreeFold Ecosystem to External Networks " # Quotation marks allow colons, semicolons, etc.
description: "The UNIQUE description for Post 7." # Quotation marks allow colons, semicolons, etc.
date: 2020-02-28T21:30:00-06:00
updated: 2020-04-02T07:23:00-05:00 # Comment-out this line with a # if content is unchanged
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
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
taxonomies:
categories: ["Engineering"]
extra:
subtitle: "The UNIQUE Post 7 subtitle" # Quotation marks allow colons, semicolons, etc.
author: Your name goes here
imgPath: "images/threefold_blog2.png"
subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc.
author: HANNAH CORDES
imgPath: images/sphere-thing.png
date: 2018-10-17T14:40:00-05:00
---

View File

@@ -1,15 +1,20 @@
---
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
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
extra:
subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc.
author: HANNAH CORDES
imgPath: images/sphere-thing.png
date: 2018-10-17T14:40:00-05:00
---
+++
title = "Bridges Connecting the ThreeFold Ecosystem to External Networks"
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)."
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 subtitle"
author = "HANNAH CORDES"
imgPath = "images/sphere-thing.png"
date = 2018-10-17T19:40:00.000Z
+++
![Image](images/threefold-blog.png)