Skip to content

Commit e43fb03

Browse files
committed
Correctly set fields for blog posts for featured
Signed-off-by: Madelyn Olson <[email protected]>
1 parent abc8ec6 commit e43fb03

24 files changed

+43
-27
lines changed

CONTRIBUTING-BLOG-POST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ description= "It's become clear that people want to talk about Valkey and have b
8484
# Each author corresponds to a biography file (more info later in this document)
8585
authors= [ "maury", "jacobim" ]
8686
[extra]
87-
# 'trending' controls whether the blog post appears in the trending section on the main blog page
88-
trending = true
87+
# 'featured' controls whether the blog post appears in the featured section on the main blog page
88+
featured = true
8989
# 'featured_image' sets the main image for the blog header
9090
# Choose from one of the available images:
9191
# "/assets/media/featured/random-01.webp"

content/blog/2024-04-12-hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors= ["kyledvs"]
99

1010
[extra]
1111
categories= "update"
12-
trending = false
12+
featured = false
1313
featured_image = "/assets/media/featured/random-05.webp"
1414
+++
1515

content/blog/2024-04-16-valkey-7-2-5-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors= ["kyledvs"]
99

1010
[extra]
1111
categories= "update"
12-
trending = false
12+
featured = false
1313
featured_image = "/assets/media/featured/random-04.webp"
1414
+++
1515

content/blog/2024-04-26-modules-101.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors= ["dmitrypol"]
99

1010
[extra]
1111
categories= "modules"
12-
trending = false
12+
featured = false
1313
featured_image = "/assets/media/featured/random-03.webp"
1414
+++
1515

content/blog/2024-05-24-may-roundup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors= ["kyledvs"]
99

1010
[extra]
1111
categories= "update"
12-
trending = false
12+
featured = false
1313
featured_image = "/assets/media/featured/random-02.webp"
1414
+++
1515

content/blog/2024-06-27-using-bitnami-valkey-chart/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aliases= [
77
]
88
authors=["rafariossaa"]
99
[extra]
10-
trending = false
10+
featured = false
1111
featured_image = "/assets/media/featured/random-01.webp"
1212

1313
+++

content/blog/2024-07-07-unlock-one-million-rps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description= "Learn about the new performnace improvements in Valkey 8 which red
1414
# Each author corresponds to a biography file (more info later in this document)
1515
authors= [ "dantouitou", "uriyagelnik"]
1616
[extra]
17-
trending = false
17+
featured = true
1818
featured_image = "/assets/media/featured/random-01.webp"
1919
+++
2020
Valkey 8.0, set for release in September 2024, will bring major performance enhancements through a variety of improvements including a new multi-threaded architecture.

content/blog/2024-07-31-valkey-8-0-0-rc1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description= "The first release candidate of Valkey 8.0 is now available! Come l
1414
# Each author corresponds to a biography file (more info later in this document)
1515
authors= [ "pingxie", "madolson" ]
1616
[extra]
17-
trending = false
17+
featured = false
1818
featured_image = "/assets/media/featured/random-07.webp"
1919
+++
2020

content/blog/2024-08-29-valkey-memory-efficiency-8-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date= 2024-09-04 01:01:01
44
description= "Learn about the new memory efficiency improvements in Valkey 8 which reduces memory overhead, which allows more data to be stored in the same amount of memory."
55
authors= [ "hpatro"]
66
[extra]
7-
trending = true
7+
featured = true
88
featured_image = "/assets/media/featured/random-05.webp"
99
+++
1010

content/blog/2024-09-13-unlock-one-million-rps-part2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description= "Maximize the performance of your hardware with memory access amort
1414
# Each author corresponds to a biography file (more info later in this document)
1515
authors= [ "dantouitou", "uriyagelnik"]
1616
[extra]
17-
trending = false
17+
featured = false
1818
featured_image = "/assets/media/featured/random-06.webp"
1919
+++
2020

0 commit comments

Comments
 (0)