automated featured blog display

This commit is contained in:
timurgordon
2022-02-22 22:40:15 +03:00
parent 267a0fb061
commit 228c93b9c1
9 changed files with 75 additions and 44 deletions

View File

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

View File

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