From d264b3ba989e727767fc791f1973cbe6e2c210e6 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 21 Dec 2020 09:12:25 -0500 Subject: [PATCH] Add hugo metadata to SIG list so we can index it on k8s.dev (#5066) * Add hugo metadata to SIG list so we can index it on k8s.dev Signed-off-by: Jorge O. Castro * Run make generate to generate the proper file Signed-off-by: Jorge O. Castro * Move hugo block above the template header Signed-off-by: Jorge O. Castro * Update generator/list.tmpl Co-authored-by: Bob Killen * Run make to generate final page Signed-off-by: Jorge O. Castro Co-authored-by: Bob Killen --- generator/list.tmpl | 14 ++++++++++++-- sig-list.md | 12 +++++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/generator/list.tmpl b/generator/list.tmpl index 81a880dba..b7a8bfbf6 100644 --- a/generator/list.tmpl +++ b/generator/list.tmpl @@ -1,5 +1,15 @@ -{{- template "header" }} -# SIGs and Working Groups +--- +title: Community Groups +linkTitle: Community Groups +description: | + A list of our community groups: Special Interest Groups, Working Groups, User Groups and Committees. +weight: 99 +type: docs +aliases: [ "/groups", "/sigs" ] +slug: community-groups +--- + +{{ template "header" }} Most community activity is organized into Special Interest Groups (SIGs), time bounded Working Groups, and the [community meeting](communication/README.md#weekly-meeting). diff --git a/sig-list.md b/sig-list.md index a1d988e70..b451364cc 100644 --- a/sig-list.md +++ b/sig-list.md @@ -1,3 +1,14 @@ +--- +title: Community Groups +linkTitle: Community Groups +description: | + A list of our community groups: Special Interest Groups, Working Groups, User Groups and Committees. +weight: 99 +type: docs +aliases: [ "/groups", "/sigs" ] +slug: community-groups +--- + -# SIGs and Working Groups Most community activity is organized into Special Interest Groups (SIGs), time bounded Working Groups, and the [community meeting](communication/README.md#weekly-meeting).