Skip to content

Commit 04e010b

Browse files
cescoffierinsectengine
authored andcommitted
Add working groups page and layout
- Provide the script that generate the wg.yaml - Create a workflow that update the working group yaml periodically - Add the wg page and layout - A bit of CSS to make the page looks ok
1 parent 2d3f1d5 commit 04e010b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

working-groups/templates/wg.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
working-groups:
3+
{#for board in boards}
4+
- title: "{board.title}"
5+
board-url: "{board.url}"
6+
short-description: {board.shortDescription.trim()}
7+
readme: |
8+
{board.getIndentedReadme().raw}
9+
status: {board.getBadgeText()}
10+
last-activity: {board.getLastActivityDate()}
11+
{#if board.getLastUpdate() && board.getLastUpdate().body.trim()}
12+
last-update: {board.getLastUpdate().body.trim()}
13+
{/if}
14+
{/for}

0 commit comments

Comments
 (0)