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 /generator/list.tmpl | |
| 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>
Diffstat (limited to 'generator/list.tmpl')
| -rw-r--r-- | generator/list.tmpl | 14 |
1 files changed, 12 insertions, 2 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). |
