Skip to content

Commit d264b3b

Browse files
Jorge O. Castromrbobbytables
andauthored
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 <[email protected]> * Run make generate to generate the proper file Signed-off-by: Jorge O. Castro <[email protected]> * Move hugo block above the template header Signed-off-by: Jorge O. Castro <[email protected]> * Update generator/list.tmpl Co-authored-by: Bob Killen <[email protected]> * Run make to generate final page Signed-off-by: Jorge O. Castro <[email protected]> Co-authored-by: Bob Killen <[email protected]>
1 parent 9a4bca5 commit d264b3b

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

generator/list.tmpl

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
{{- template "header" }}
2-
# SIGs and Working Groups
1+
---
2+
title: Community Groups
3+
linkTitle: Community Groups
4+
description: |
5+
A list of our community groups: Special Interest Groups, Working Groups, User Groups and Committees.
6+
weight: 99
7+
type: docs
8+
aliases: [ "/groups", "/sigs" ]
9+
slug: community-groups
10+
---
11+
12+
{{ template "header" }}
313

414
Most community activity is organized into Special Interest Groups (SIGs),
515
time bounded Working Groups, and the [community meeting](communication/README.md#weekly-meeting).

sig-list.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
title: Community Groups
3+
linkTitle: Community Groups
4+
description: |
5+
A list of our community groups: Special Interest Groups, Working Groups, User Groups and Committees.
6+
weight: 99
7+
type: docs
8+
aliases: [ "/groups", "/sigs" ]
9+
slug: community-groups
10+
---
11+
112
<!---
213
This is an autogenerated file!
314
@@ -6,7 +17,6 @@ sigs.yaml file in the project root.
617
718
To understand how this file is generated, see https://git.k8s.io/community/generator/README.md
819
--->
9-
# SIGs and Working Groups
1020

1121
Most community activity is organized into Special Interest Groups (SIGs),
1222
time bounded Working Groups, and the [community meeting](communication/README.md#weekly-meeting).

0 commit comments

Comments
 (0)