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

@@ -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
---