diff options
| author | Jorge O. Castro <jorgec@vmware.com> | 2020-12-21 09:12:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 06:12:25 -0800 |
| commit | d264b3ba989e727767fc791f1973cbe6e2c210e6 (patch) | |
| tree | 643c8e7716f7433559d83c6fd00d0def2dca2829 | |
| parent | 9a4bca58b79dad63b59037fa498c5cd11aeb0172 (diff) | |
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>
| -rw-r--r-- | generator/list.tmpl | 14 | ||||
| -rw-r--r-- | sig-list.md | 12 |
2 files changed, 23 insertions, 3 deletions
diff --git a/generator/list.tmpl b/generator/list.tmpl index 81a880db..b7a8bfbf 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 a1d988e7..b451364c 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 +--- + <!--- 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). |
