diff --git a/archetypes/authors/index.md b/archetypes/authors/index.md index f166b01a..a690fed7 100644 --- a/archetypes/authors/index.md +++ b/archetypes/authors/index.md @@ -1,6 +1,5 @@ --- -name: {{ .Name | title}} +title: {{ .Name | title}} avatar: temp-avatar.png github: {{ .Name }} -id: {{ .Name }} --- diff --git a/archetypes/blog/index.md b/archetypes/blog/index.md index 84663b90..fe03091b 100644 --- a/archetypes/blog/index.md +++ b/archetypes/blog/index.md @@ -5,7 +5,9 @@ draft: true image: url: ali-kazal-h5VjkUqMCsc-unsplash.jpg attribution: Photo by Ali Kazal on Unsplash -author: Put your name here +authors: + - author + - co-author? tags: - blog - information diff --git a/config.toml b/config.toml index eaa04dd4..a43ab4b7 100644 --- a/config.toml +++ b/config.toml @@ -16,3 +16,7 @@ staticDir = ['assets'] [params] description = 'CloudNativePG - PostgreSQL Operator for Kubernetes' images = ['images/hero_image.png'] + +[taxonomies] + author = 'authors' + tag = 'tags' diff --git a/content/authors/fdrees/index.md b/content/authors/fdrees/_index.md similarity index 88% rename from content/authors/fdrees/index.md rename to content/authors/fdrees/_index.md index b6011a16..bd78076b 100644 --- a/content/authors/fdrees/index.md +++ b/content/authors/fdrees/_index.md @@ -1,8 +1,7 @@ --- -name: Floor Drees +title: Floor Drees avatar: floor.jpg github: floord -id: fdrees --- Open Source community advocate and Principal Program Manager at EDB. PostgreSQL Code of Conduct Committee member, PG EU Diversity Committee member, PGDay Lowlands organizer. \ No newline at end of file diff --git a/content/authors/gbartolini/index.md b/content/authors/gbartolini/_index.md similarity index 96% rename from content/authors/gbartolini/index.md rename to content/authors/gbartolini/_index.md index 86bb7e68..bb27de8d 100644 --- a/content/authors/gbartolini/index.md +++ b/content/authors/gbartolini/_index.md @@ -1,5 +1,5 @@ --- -name: Gabriele Bartolini +title: Gabriele Bartolini avatar: gb.png github: gbartolini --- diff --git a/content/authors/jgonzalez/index.md b/content/authors/jgonzalez/_index.md similarity index 85% rename from content/authors/jgonzalez/index.md rename to content/authors/jgonzalez/_index.md index 8185ff85..4f9b7124 100644 --- a/content/authors/jgonzalez/index.md +++ b/content/authors/jgonzalez/_index.md @@ -1,8 +1,7 @@ --- -name: Jonathan Gonzalez V. +title: Jonathan Gonzalez V. avatar: jgonzalez-gh.jpeg github: sxd -id: jgonzalez --- A free software lover, passionate about OpenSource and all the tools that diff --git a/content/authors/jsilvela/index.md b/content/authors/jsilvela/_index.md similarity index 96% rename from content/authors/jsilvela/index.md rename to content/authors/jsilvela/_index.md index 8622ff28..78a84468 100644 --- a/content/authors/jsilvela/index.md +++ b/content/authors/jsilvela/_index.md @@ -1,5 +1,5 @@ --- -name: Jaime Silvela +title: Jaime Silvela avatar: jsilvela-gh.jpeg github: jsilvela --- diff --git a/content/authors/leonardoce/index.md b/content/authors/leonardoce/_index.md similarity index 96% rename from content/authors/leonardoce/index.md rename to content/authors/leonardoce/_index.md index 7312ea06..c68694bc 100644 --- a/content/authors/leonardoce/index.md +++ b/content/authors/leonardoce/_index.md @@ -1,5 +1,5 @@ --- -name: Leonardo Cecchi +title: Leonardo Cecchi avatar: leonardoce-gh.jpeg github: leonardoce --- diff --git a/content/blog/2025-term3-lfx-cncf-mentorship/index.md b/content/blog/2025-term3-lfx-cncf-mentorship/index.md index a6f8cae3..8a66fc0d 100644 --- a/content/blog/2025-term3-lfx-cncf-mentorship/index.md +++ b/content/blog/2025-term3-lfx-cncf-mentorship/index.md @@ -5,7 +5,8 @@ draft: false image: url: lfx-cncf-cnpg.png attribution: -author: fdrees +authors: + - fdrees tags: - mentorship - lfx diff --git a/content/blog/building-images-bake/index.md b/content/blog/building-images-bake/index.md index 694071c7..c396b0fd 100644 --- a/content/blog/building-images-bake/index.md +++ b/content/blog/building-images-bake/index.md @@ -6,7 +6,8 @@ image: url: baked_elephant.png alt: "Baked elephant cookies" attribution: -author: jgonzalez +authors: + - jgonzalez tags: - blog - information diff --git a/content/blog/contributor-highlight-daniel-chambre/index.md b/content/blog/contributor-highlight-daniel-chambre/index.md index e7b0088d..d41742a2 100644 --- a/content/blog/contributor-highlight-daniel-chambre/index.md +++ b/content/blog/contributor-highlight-daniel-chambre/index.md @@ -5,7 +5,8 @@ draft: false image: url: daniel.jpg attribution: -author: fdrees +authors: + - fdrees tags: - kubernetes - service-mesh diff --git a/content/blog/contributor-highlight-david-wheeler/index.md b/content/blog/contributor-highlight-david-wheeler/index.md index f1885e3e..3290b44b 100644 --- a/content/blog/contributor-highlight-david-wheeler/index.md +++ b/content/blog/contributor-highlight-david-wheeler/index.md @@ -5,7 +5,8 @@ draft: false image: url: theory.jpg attribution: -author: fdrees +authors: + - fdrees tags: - PGXN - pgTAP diff --git a/content/blog/contributor-highlight-floor-drees/index.md b/content/blog/contributor-highlight-floor-drees/index.md index b0ef4f54..0ec820d6 100644 --- a/content/blog/contributor-highlight-floor-drees/index.md +++ b/content/blog/contributor-highlight-floor-drees/index.md @@ -5,7 +5,8 @@ draft: false image: url: floor.jpg attribution: -author: jgonzalez +authors: + - jgonzalez tags: - ruby - community diff --git a/content/blog/contributor-highlight-francesco-canovai/index.md b/content/blog/contributor-highlight-francesco-canovai/index.md index 7304e9fa..0fe3031b 100644 --- a/content/blog/contributor-highlight-francesco-canovai/index.md +++ b/content/blog/contributor-highlight-francesco-canovai/index.md @@ -5,7 +5,8 @@ draft: false image: url: fcanovai.jpg attribution: -author: fdrees +authors: + - fdrees tags: - testing - github diff --git a/content/blog/contributor-highlight-itay/index.md b/content/blog/contributor-highlight-itay/index.md index 057637d1..68d18c08 100644 --- a/content/blog/contributor-highlight-itay/index.md +++ b/content/blog/contributor-highlight-itay/index.md @@ -5,7 +5,8 @@ draft: false image: url: itay.jpg attribution: -author: fdrees +authors: + - fdrees tags: - helm - grafana diff --git a/content/blog/contributor-highlight-jaime-silvela/index.md b/content/blog/contributor-highlight-jaime-silvela/index.md index 38f5133d..fdf5ddf7 100644 --- a/content/blog/contributor-highlight-jaime-silvela/index.md +++ b/content/blog/contributor-highlight-jaime-silvela/index.md @@ -5,7 +5,8 @@ draft: false image: url: jaime.jpg attribution: -author: fdrees +authors: + - fdrees tags: - kubectl - ciclops diff --git a/content/blog/contributor-highlight-jeff-mealo/index.md b/content/blog/contributor-highlight-jeff-mealo/index.md index b7b0665a..a7f5e253 100644 --- a/content/blog/contributor-highlight-jeff-mealo/index.md +++ b/content/blog/contributor-highlight-jeff-mealo/index.md @@ -5,7 +5,8 @@ draft: false image: url: jeff.jpeg attribution: -author: fdrees +authors: + - fdrees tags: - alerts - dashboards diff --git a/content/blog/contributor-highlight-jonathan-battiato/index.md b/content/blog/contributor-highlight-jonathan-battiato/index.md index 4111bbe0..50b468d8 100644 --- a/content/blog/contributor-highlight-jonathan-battiato/index.md +++ b/content/blog/contributor-highlight-jonathan-battiato/index.md @@ -5,7 +5,8 @@ draft: false image: url: johnny.png attribution: -author: fdrees +authors: + - fdrees tags: - kubernetes - UX diff --git a/content/blog/contributor-highlight-jonathan-gonzalez/index.md b/content/blog/contributor-highlight-jonathan-gonzalez/index.md index a4d7ab66..9b65beeb 100644 --- a/content/blog/contributor-highlight-jonathan-gonzalez/index.md +++ b/content/blog/contributor-highlight-jonathan-gonzalez/index.md @@ -5,7 +5,8 @@ draft: false image: url: jonathan.jpg attribution: -author: fdrees +authors: + - fdrees tags: - containers - kubernetes diff --git a/content/blog/contributor-highlight-marco-nenciarini/index.md b/content/blog/contributor-highlight-marco-nenciarini/index.md index c4bd3923..7bcaf6d5 100644 --- a/content/blog/contributor-highlight-marco-nenciarini/index.md +++ b/content/blog/contributor-highlight-marco-nenciarini/index.md @@ -5,7 +5,8 @@ draft: false image: url: marco.jpg attribution: -author: fdrees +authors: + - fdrees tags: - Debian - Kubernetes diff --git a/content/blog/contributor-highlight-niccolo-fei/index.md b/content/blog/contributor-highlight-niccolo-fei/index.md index d5739f9a..e52107a7 100644 --- a/content/blog/contributor-highlight-niccolo-fei/index.md +++ b/content/blog/contributor-highlight-niccolo-fei/index.md @@ -5,7 +5,8 @@ draft: false image: url: niccolo.jpg attribution: -author: fdrees +authors: + - fdrees tags: - extensions - kubernetes diff --git a/content/blog/contributor-highlight-philippe-scorsolini/index.md b/content/blog/contributor-highlight-philippe-scorsolini/index.md index f4160ad1..12c8d66d 100644 --- a/content/blog/contributor-highlight-philippe-scorsolini/index.md +++ b/content/blog/contributor-highlight-philippe-scorsolini/index.md @@ -5,7 +5,8 @@ draft: false image: url: philippe.png attribution: -author: fdrees +authors: + - fdrees tags: - prometheus - pooler diff --git a/content/blog/contributor-highlight-ying-zhu/index.md b/content/blog/contributor-highlight-ying-zhu/index.md index eaa7b0db..022eb1b3 100644 --- a/content/blog/contributor-highlight-ying-zhu/index.md +++ b/content/blog/contributor-highlight-ying-zhu/index.md @@ -5,7 +5,8 @@ draft: false image: url: ying.jpeg attribution: -author: fdrees +authors: + - fdrees tags: - minecraft - lfx diff --git a/content/blog/creating-container-images/index.md b/content/blog/creating-container-images/index.md index e57183dc..9b9696de 100644 --- a/content/blog/creating-container-images/index.md +++ b/content/blog/creating-container-images/index.md @@ -5,7 +5,8 @@ draft: false image: url: elephant-drawing-small.jpg attribution: https://openverse.org/image/919258ef-8e18-4638-90e1-05f52de32dbf?q=elephant%20container -author: jgonzalez +authors: + - jgonzalez tags: - blog - information diff --git a/content/blog/developing-webapps-with-cloudnative-pg/index.md b/content/blog/developing-webapps-with-cloudnative-pg/index.md index 2843cc1c..09404fb8 100644 --- a/content/blog/developing-webapps-with-cloudnative-pg/index.md +++ b/content/blog/developing-webapps-with-cloudnative-pg/index.md @@ -5,7 +5,8 @@ draft: false image: url: elephants-spider-web.gif attribution: Image by Saints and Spinners -author: jsilvela +authors: + - jsilvela tags: - blog - information diff --git a/content/blog/hasura-graphql/index.md b/content/blog/hasura-graphql/index.md index 3b849b5c..87440b0b 100644 --- a/content/blog/hasura-graphql/index.md +++ b/content/blog/hasura-graphql/index.md @@ -2,7 +2,8 @@ title: "CloudNativePG and Hasura: should we be scared by demons?" date: 2023-05-01T09:00:00+02:00 draft: false -author: leonardoce +authors: + - leonardoce tags: - cloudnativepg - hasura diff --git a/content/blog/introducing-ciclops/index.md b/content/blog/introducing-ciclops/index.md index 9b20056d..c7fac86a 100644 --- a/content/blog/introducing-ciclops/index.md +++ b/content/blog/introducing-ciclops/index.md @@ -5,7 +5,8 @@ draft: false image: url: 7th_voyage_of_Sinbad_-_Cyclops.png attribution: from Wikimedia Commons -author: jsilvela +authors: + - jsilvela tags: - blog - continuous-integration diff --git a/content/blog/lfx-cncf-mentorship/index.md b/content/blog/lfx-cncf-mentorship/index.md index 1695fd6a..600f1f1e 100644 --- a/content/blog/lfx-cncf-mentorship/index.md +++ b/content/blog/lfx-cncf-mentorship/index.md @@ -5,7 +5,8 @@ draft: false image: url: lfx_mentorship.png attribution: -author: jgonzalez +authors: + - jgonzalez tags: - mentorship - lfx diff --git a/content/blog/migrations-with-atlas-and-cloudnativepg/index.md b/content/blog/migrations-with-atlas-and-cloudnativepg/index.md index 319c3d74..129df06d 100644 --- a/content/blog/migrations-with-atlas-and-cloudnativepg/index.md +++ b/content/blog/migrations-with-atlas-and-cloudnativepg/index.md @@ -5,7 +5,8 @@ draft: false image: url: elephant-migration.jpg attribution: from Wikimedia Commons -author: jsilvela +authors: + - jsilvela tags: - blog - tutorial diff --git a/content/blog/postgresql-16-beta1/index.md b/content/blog/postgresql-16-beta1/index.md index ad7637aa..c37598cc 100644 --- a/content/blog/postgresql-16-beta1/index.md +++ b/content/blog/postgresql-16-beta1/index.md @@ -5,7 +5,8 @@ draft: false image: url: elephant-ship.png attribution: from Metropolitan Museum of Art -author: gbartolini +authors: + - gbartolini tags: - postgresql - postgres diff --git a/content/blog/running-postgresql-the-kubernetes-way/index.md b/content/blog/running-postgresql-the-kubernetes-way/index.md index f8ada317..64264fb0 100644 --- a/content/blog/running-postgresql-the-kubernetes-way/index.md +++ b/content/blog/running-postgresql-the-kubernetes-way/index.md @@ -5,7 +5,8 @@ draft: false image: url: 30385097358_6728a49544_c.jpg attribution: Photo by "African Sunrise, Amboseli National Park" by Ray in Manila -author: gbartolini +authors: + - gbartolini tags: - blog - postgresql diff --git a/content/blog/summarizing-ying-zhu-lfx-mentorship/index.md b/content/blog/summarizing-ying-zhu-lfx-mentorship/index.md index a63137d2..489556ca 100644 --- a/content/blog/summarizing-ying-zhu-lfx-mentorship/index.md +++ b/content/blog/summarizing-ying-zhu-lfx-mentorship/index.md @@ -5,7 +5,8 @@ draft: false image: url: patch.png attribution: -author: fdrees +authors: + - fdrees tags: - mentorship - lfx diff --git a/content/footer/footer.md b/content/footer/footer.md index b0f2a696..9f157df2 100644 --- a/content/footer/footer.md +++ b/content/footer/footer.md @@ -6,6 +6,6 @@ cta: Copyright © CloudNativePG a Series of LF Projects, LLC. -For website terms of use, trademark policy and other project policies please see LF Projects, LLC Policies. +For website terms of use, trademark policy and other project policies please see [LF Projects, LLC Policies](https://lfprojects.org/policies/). Postgres, PostgreSQL and the Slonik Logo are trademarks or registered trademarks of the PostgreSQL Community Association of Canada, and used with their permission. diff --git a/content/releases/cloudnative-pg-1-15-1-released/index.md b/content/releases/cloudnative-pg-1-15-1-released/index.md index 54a3e437..36927ebd 100644 --- a/content/releases/cloudnative-pg-1-15-1-released/index.md +++ b/content/releases/cloudnative-pg-1-15-1-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-16-0-released/index.md b/content/releases/cloudnative-pg-1-16-0-released/index.md index cc9bbe1a..8ea5d932 100644 --- a/content/releases/cloudnative-pg-1-16-0-released/index.md +++ b/content/releases/cloudnative-pg-1-16-0-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-16-1-released/index.md b/content/releases/cloudnative-pg-1-16-1-released/index.md index 86e70234..0014d48c 100644 --- a/content/releases/cloudnative-pg-1-16-1-released/index.md +++ b/content/releases/cloudnative-pg-1-16-1-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-17-0-released/index.md b/content/releases/cloudnative-pg-1-17-0-released/index.md index 9a4333e8..b0a42f91 100644 --- a/content/releases/cloudnative-pg-1-17-0-released/index.md +++ b/content/releases/cloudnative-pg-1-17-0-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-17-1-released/index.md b/content/releases/cloudnative-pg-1-17-1-released/index.md index a23ad01e..dd1c241e 100644 --- a/content/releases/cloudnative-pg-1-17-1-released/index.md +++ b/content/releases/cloudnative-pg-1-17-1-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-18-0-released/index.md b/content/releases/cloudnative-pg-1-18-0-released/index.md index c94b7964..b6c6c153 100644 --- a/content/releases/cloudnative-pg-1-18-0-released/index.md +++ b/content/releases/cloudnative-pg-1-18-0-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-18-1-released/index.md b/content/releases/cloudnative-pg-1-18-1-released/index.md index 187a0a31..7283756e 100644 --- a/content/releases/cloudnative-pg-1-18-1-released/index.md +++ b/content/releases/cloudnative-pg-1-18-1-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-19-0-released/index.md b/content/releases/cloudnative-pg-1-19-0-released/index.md index 81f139c3..d83ffb49 100644 --- a/content/releases/cloudnative-pg-1-19-0-released/index.md +++ b/content/releases/cloudnative-pg-1-19-0-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-19-1-released/index.md b/content/releases/cloudnative-pg-1-19-1-released/index.md index fe10766f..e07fcb03 100644 --- a/content/releases/cloudnative-pg-1-19-1-released/index.md +++ b/content/releases/cloudnative-pg-1-19-1-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-20-0-released/index.md b/content/releases/cloudnative-pg-1-20-0-released/index.md index 5c87af71..f18b2ca9 100644 --- a/content/releases/cloudnative-pg-1-20-0-released/index.md +++ b/content/releases/cloudnative-pg-1-20-0-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-20-1-released/index.md b/content/releases/cloudnative-pg-1-20-1-released/index.md index 9a6b8eb4..3b32f076 100644 --- a/content/releases/cloudnative-pg-1-20-1-released/index.md +++ b/content/releases/cloudnative-pg-1-20-1-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-21.0-released/index.md b/content/releases/cloudnative-pg-1-21.0-released/index.md index 6ae0da60..c36f5dc9 100644 --- a/content/releases/cloudnative-pg-1-21.0-released/index.md +++ b/content/releases/cloudnative-pg-1-21.0-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-21.1-released/index.md b/content/releases/cloudnative-pg-1-21.1-released/index.md index 1a699d60..2a225ef9 100644 --- a/content/releases/cloudnative-pg-1-21.1-released/index.md +++ b/content/releases/cloudnative-pg-1-21.1-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-22.0-released/index.md b/content/releases/cloudnative-pg-1-22.0-released/index.md index 9efdcb58..acab85b1 100644 --- a/content/releases/cloudnative-pg-1-22.0-released/index.md +++ b/content/releases/cloudnative-pg-1-22.0-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-22.1-released/index.md b/content/releases/cloudnative-pg-1-22.1-released/index.md index 43da190e..1598dea1 100644 --- a/content/releases/cloudnative-pg-1-22.1-released/index.md +++ b/content/releases/cloudnative-pg-1-22.1-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-22.2-released/index.md b/content/releases/cloudnative-pg-1-22.2-released/index.md index 92374c8d..eddf3f28 100644 --- a/content/releases/cloudnative-pg-1-22.2-released/index.md +++ b/content/releases/cloudnative-pg-1-22.2-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-23.0-released/index.md b/content/releases/cloudnative-pg-1-23.0-released/index.md index f8279b8f..34416412 100644 --- a/content/releases/cloudnative-pg-1-23.0-released/index.md +++ b/content/releases/cloudnative-pg-1-23.0-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: wildlife-zoo-mammal-fauna-elephant-sri-lanka-988769-pxhere.com.jpg attribution: from PxHere -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-23.2-released/index.md b/content/releases/cloudnative-pg-1-23.2-released/index.md index 73b8a4ba..c5f53625 100644 --- a/content/releases/cloudnative-pg-1-23.2-released/index.md +++ b/content/releases/cloudnative-pg-1-23.2-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: 58364dde1adc4a0a8.37186404-2048x1445.jpg attribution: from Saurabh -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-23.3-released/index.md b/content/releases/cloudnative-pg-1-23.3-released/index.md index f172f99f..0c5eab77 100644 --- a/content/releases/cloudnative-pg-1-23.3-released/index.md +++ b/content/releases/cloudnative-pg-1-23.3-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: 58364dde1adc4a0a8.37186404-2048x1445.jpg attribution: from Saurabh -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-24.0-rc1-released/index.md b/content/releases/cloudnative-pg-1-24.0-rc1-released/index.md index 7b61d483..681f8995 100644 --- a/content/releases/cloudnative-pg-1-24.0-rc1-released/index.md +++ b/content/releases/cloudnative-pg-1-24.0-rc1-released/index.md @@ -2,7 +2,8 @@ title: "CloudNativePG 1.24.0 RC1 Released!" date: 2024-07-30T10:12:26+02:00 draft: false -author: gbartolini +authors: + - gbartolini image: url: 58364dde1adc4a0a8.37186404-2048x1445.jpg attribution: from Saurabh diff --git a/content/releases/cloudnative-pg-1-24.0-released/index.md b/content/releases/cloudnative-pg-1-24.0-released/index.md index f9405c5a..e317fd5d 100644 --- a/content/releases/cloudnative-pg-1-24.0-released/index.md +++ b/content/releases/cloudnative-pg-1-24.0-released/index.md @@ -2,7 +2,8 @@ title: "CloudNativePG 1.24.0 and 1.23.4 Released!" date: 2024-08-22 draft: false -author: gbartolini +authors: + - gbartolini image: url: 58364dde1adc4a0a8.37186404-2048x1445.jpg attribution: from Saurabh diff --git a/content/releases/cloudnative-pg-1-24.1-released/index.md b/content/releases/cloudnative-pg-1-24.1-released/index.md index 3b31e5c2..e9b47a37 100644 --- a/content/releases/cloudnative-pg-1-24.1-released/index.md +++ b/content/releases/cloudnative-pg-1-24.1-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: 58364dde1adc4a0a8.37186404-2048x1445.jpg attribution: from Saurabh -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-25.0-rc1-released/index.md b/content/releases/cloudnative-pg-1-25.0-rc1-released/index.md index 94d68701..d36f920f 100644 --- a/content/releases/cloudnative-pg-1-25.0-rc1-released/index.md +++ b/content/releases/cloudnative-pg-1-25.0-rc1-released/index.md @@ -2,7 +2,8 @@ title: "CloudNativePG 1.25.0 RC1 Released!" date: 2024-12-09T09:00:00+01:00 draft: false -author: gbartolini +authors: + - gbartolini image: url: 58364dde1adc4a0a8.37186404-2048x1445.jpg attribution: from Saurabh diff --git a/content/releases/cloudnative-pg-1-25.0-released/index.md b/content/releases/cloudnative-pg-1-25.0-released/index.md index 3cb75a20..b8708a2b 100644 --- a/content/releases/cloudnative-pg-1-25.0-released/index.md +++ b/content/releases/cloudnative-pg-1-25.0-released/index.md @@ -2,7 +2,8 @@ title: "CloudNativePG 1.25.0 and 1.24.2 Released!" date: 2024-12-23 draft: false -author: gbartolini +authors: + - gbartolini image: url: 58364dde1adc4a0a8.37186404-2048x1445.jpg attribution: from Saurabh diff --git a/content/releases/cloudnative-pg-1-25.1-released/index.md b/content/releases/cloudnative-pg-1-25.1-released/index.md index a59a4805..6cd960f0 100644 --- a/content/releases/cloudnative-pg-1-25.1-released/index.md +++ b/content/releases/cloudnative-pg-1-25.1-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: pexels-chris-clark-1933184-16116726.jpg attribution: from Chris Clark -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-26.0-rc1-released/index.md b/content/releases/cloudnative-pg-1-26.0-rc1-released/index.md index fb81020f..5567fdaf 100644 --- a/content/releases/cloudnative-pg-1-26.0-rc1-released/index.md +++ b/content/releases/cloudnative-pg-1-26.0-rc1-released/index.md @@ -2,7 +2,8 @@ title: "CloudNativePG 1.26.0 RC1 Released!" date: 2025-03-28T11:03:23+01:00 draft: false -author: gbartolini +authors: + - gbartolini image: url: 58364dde1adc4a0a8.37186404-2048x1445.jpg attribution: from Saurabh diff --git a/content/releases/cloudnative-pg-1-26.0-rc2-released/index.md b/content/releases/cloudnative-pg-1-26.0-rc2-released/index.md index 460cc66b..bd66a113 100644 --- a/content/releases/cloudnative-pg-1-26.0-rc2-released/index.md +++ b/content/releases/cloudnative-pg-1-26.0-rc2-released/index.md @@ -2,7 +2,8 @@ title: "CloudNativePG 1.26.0 RC2 Released!" date: 2025-04-17T09:11:57+02:00 draft: false -author: gbartolini +authors: + - gbartolini image: url: "58364dde1adc4a0a8.37186404-2048x1445.jpg" attribution: from Saurabh diff --git a/content/releases/cloudnative-pg-1-26.0-rc3-released/index.md b/content/releases/cloudnative-pg-1-26.0-rc3-released/index.md index 366ecee3..ed87eb9a 100644 --- a/content/releases/cloudnative-pg-1-26.0-rc3-released/index.md +++ b/content/releases/cloudnative-pg-1-26.0-rc3-released/index.md @@ -2,7 +2,8 @@ title: "CloudNativePG 1.26.0 RC3 Released!" date: 2025-05-13T10:50:17+02:00 draft: false -author: gbartolini +authors: + - gbartolini image: url: "58364dde1adc4a0a8.37186404-2048x1445.jpg" attribution: from Saurabh diff --git a/content/releases/cloudnative-pg-1-26.0-released/index.md b/content/releases/cloudnative-pg-1-26.0-released/index.md index ac27a502..1676e79b 100644 --- a/content/releases/cloudnative-pg-1-26.0-released/index.md +++ b/content/releases/cloudnative-pg-1-26.0-released/index.md @@ -2,7 +2,8 @@ title: "CloudNativePG 1.26.0 and 1.25.2 Released!" date: 2025-05-23 draft: false -author: gbartolini +authors: + - gbartolini image: url: 58364dde1adc4a0a8.37186404-2048x1445.jpg attribution: from Saurabh diff --git a/content/releases/cloudnative-pg-1-26.1-released/index.md b/content/releases/cloudnative-pg-1-26.1-released/index.md index 782d8cc3..840d5629 100644 --- a/content/releases/cloudnative-pg-1-26.1-released/index.md +++ b/content/releases/cloudnative-pg-1-26.1-released/index.md @@ -5,7 +5,8 @@ draft: false image: url: pexels-chris-clark-1933184-16116726.jpg attribution: from Chris Clark -author: gbartolini +authors: + - gbartolini tags: - release - postgresql diff --git a/content/releases/cloudnative-pg-1-27.0-rc1-released/index.md b/content/releases/cloudnative-pg-1-27.0-rc1-released/index.md index db974dd1..0ba62ddc 100644 --- a/content/releases/cloudnative-pg-1-27.0-rc1-released/index.md +++ b/content/releases/cloudnative-pg-1-27.0-rc1-released/index.md @@ -2,7 +2,8 @@ title: "CloudNativePG 1.27.0 RC1 Released!" date: 2025-07-29 draft: false -author: fdrees +authors: + - fdrees image: url: 58364dde1adc4a0a8.37186404-2048x1445.jpg attribution: from Saurabh diff --git a/content/releases/cloudnative-pg-1-27.0-released/index.md b/content/releases/cloudnative-pg-1-27.0-released/index.md index ac7a1238..38deb58b 100644 --- a/content/releases/cloudnative-pg-1-27.0-released/index.md +++ b/content/releases/cloudnative-pg-1-27.0-released/index.md @@ -2,7 +2,8 @@ title: "CloudNativePG 1.27.0 Released!" date: 2025-08-12 draft: false -author: gbartolini +authors: + - gbartolini image: url: 58364dde1adc4a0a8.37186404-2048x1445.jpg attribution: from Saurabh diff --git a/layouts/authors/single.html b/layouts/authors/term.html similarity index 50% rename from layouts/authors/single.html rename to layouts/authors/term.html index c9e76352..32ab0ff6 100644 --- a/layouts/authors/single.html +++ b/layouts/authors/term.html @@ -1,29 +1,27 @@ {{ define "main" }} -