Skip to content

Commit 741528e

Browse files
committed
add YAML frontmatter to templates
1 parent 6cd87cb commit 741528e

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

internal/templates/single-workshop/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1+
---
2+
title: "Title of Workshop"
3+
description: "Short description of the workshop."
4+
---
5+
6+
<!--
7+
The above is REQUIRED YAML Frontmatter so the README can be rendered
8+
in the ACM Wiki. DO NOT move the frontmatter from its location.
9+
It is also ESSENTIAL to fill out; make it good!
10+
-->
11+
112
<!--
213
If you have any questions about this template, feel free to ask
314
your Director for help!
415
-->
516

6-
717
<!--
818
SECTION: Header
919
---------
@@ -39,7 +49,8 @@ The official ACM AI <!-- Your Workshop Name --> repository.
3949
SECTION: Workshop Video
4050
---------
4151
Most, if not all, workshops should have recordings. Once the recording
42-
is posted to the ACMUCSD YT channel (https://www.youtube.com/channel/UCyjPATFqc3FwOiuqJ2UG1Eg), replace the text with an <img> element.
52+
is posted to the ACMUCSD YT channel (https://www.youtube.com/channel/UCyjPATFqc3FwOiuqJ2UG1Eg),
53+
replace the text with an <img> element.
4354
-->
4455

4556
# 1. Workshop Video

internal/templates/workshop-series/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
title: "Title of Series"
3+
description: "Short description of the series."
4+
---
5+
6+
<!--
7+
The above is REQUIRED YAML Frontmatter so the README can be rendered
8+
in the ACM Wiki. DO NOT move the frontmatter from its location.
9+
It is also ESSENTIAL to fill out; make it good!
10+
-->
11+
112
<!--
213
If you have any questions about this template, feel free to ask
314
your Director for help!

internal/templates/workshop-series/workshop-1/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
title: "Title of Workshop 1"
3+
description: "Short description of Workshop 1."
4+
---
5+
6+
<!--
7+
The above is REQUIRED YAML Frontmatter so the README can be rendered
8+
in the ACM Wiki. DO NOT move the frontmatter from its location.
9+
It is also ESSENTIAL to fill out; make it good!
10+
-->
11+
112
<!--
213
If you have any questions about this template, feel free to ask
314
your Director for help!

0 commit comments

Comments
 (0)