Skip to content

Commit ef053a5

Browse files
authored
Merge branch 'main' into vito-brella
2 parents c7d63ba + 43f0cbc commit ef053a5

File tree

75 files changed

+249
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+249
-109
lines changed

archetypes/authors/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
name: {{ .Name | title}}
2+
title: {{ .Name | title}}
33
avatar: temp-avatar.png
44
github: {{ .Name }}
5-
id: {{ .Name }}
65
---

archetypes/blog/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ draft: true
55
image:
66
url: ali-kazal-h5VjkUqMCsc-unsplash.jpg
77
attribution: Photo by <a href="https://unsplash.com/@lureofadventure?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Ali Kazal</a> on <a href="https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
8-
author: Put your name here
8+
authors:
9+
- author
10+
- co-author?
911
tags:
1012
- blog
1113
- information

config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ staticDir = ['assets']
1616
[params]
1717
description = 'CloudNativePG - PostgreSQL Operator for Kubernetes'
1818
images = ['images/hero_image.png']
19+
20+
[taxonomies]
21+
author = 'authors'
22+
tag = 'tags'
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
name: Floor Drees
2+
title: Floor Drees
33
avatar: floor.jpg
44
github: floord
5-
id: fdrees
65
---
76

87
Open Source community advocate and Principal Program Manager at EDB. PostgreSQL Code of Conduct Committee member, PG EU Diversity Committee member, PGDay Lowlands organizer.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Gabriele Bartolini
2+
title: Gabriele Bartolini
33
avatar: gb.png
44
github: gbartolini
55
---
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
name: Jonathan Gonzalez V.
2+
title: Jonathan Gonzalez V.
33
avatar: jgonzalez-gh.jpeg
44
github: sxd
5-
id: jgonzalez
65
---
76

87
A free software lover, passionate about OpenSource and all the tools that
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Jaime Silvela
2+
title: Jaime Silvela
33
avatar: jsilvela-gh.jpeg
44
github: jsilvela
55
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Leonardo Cecchi
2+
title: Leonardo Cecchi
33
avatar: leonardoce-gh.jpeg
44
github: leonardoce
55
---

content/blog/2025-term3-lfx-cncf-mentorship/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ draft: false
55
image:
66
url: lfx-cncf-cnpg.png
77
attribution:
8-
author: fdrees
8+
authors:
9+
- fdrees
910
tags:
1011
- mentorship
1112
- lfx

content/blog/building-images-bake/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ image:
66
url: baked_elephant.png
77
alt: "Baked elephant cookies"
88
attribution:
9-
author: jgonzalez
9+
authors:
10+
- jgonzalez
1011
tags:
1112
- blog
1213
- information

0 commit comments

Comments
 (0)