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 <jorgec@vmware.com>

* Run make generate to generate the proper file

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>

* Move hugo block above the template header

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>

* Update generator/list.tmpl

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Run make to generate final page

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>

Co-authored-by: Bob Killen <killen.bob@gmail.com>
This commit is contained in:
Jorge O. Castro 2020-12-21 09:12:25 -05:00 committed by GitHub
parent 9a4bca58b7
commit d264b3ba98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 3 deletions

View File

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

View File

@ -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
---
<!---
This is an autogenerated file!
@ -6,7 +17,6 @@ sigs.yaml file in the project root.
To understand how this file is generated, see https://git.k8s.io/community/generator/README.md
--->
# 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).