Skip to content

Commit 3cc2b6f

Browse files
authored
Merge pull request #2 from BenZeng04/master
Add templates for LyonHacks, Game Jam & Mentorship
2 parents a4ac357 + 4b82e5a commit 3cc2b6f

7 files changed

Lines changed: 54 additions & 1 deletion

File tree

content/game-dev/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
+++
2+
chapter = true
23
title = "Game Series"
4+
weight = 1
35
+++
46

7+
# Game Series
58
---
69

710
Welcome to the return of MCPT's Game Development Series!

content/game-jam/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
chapter = true
3+
title = "Game Jam"
4+
weight = 5
5+
+++
6+
7+
# Game Jam
8+
---
9+
Coming Soon!

content/lyon-hacks/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
chapter = true
3+
title = "LyonHacks"
4+
weight = 8
5+
+++
6+
7+
# Lyon Hacks
8+
---
9+
William Lyon Mackenzie's Annual Hackathon!
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Season I"
3+
date: 2021-10-29T11:03:52-04:00
4+
draft: false
5+
weight: 1
6+
---
7+
---
8+
This event ended on April 15th, 2021.
9+
10+
**LyonHacks** is a hackathon at William Lyon Mackenzie C.I., geared towards creativity, learning, and having as much fun as possible with the various mini-games, challenges, and social events that will take place during the hackathon! Join us for 36 hours of hacking between April 13-15th, and make sure you've registered through https://mcpt.ca/lyonhacks
11+
12+
## Winners
13+
14+
The winners of the **LyonHacks** event can be found [here](https://lyonhacks.devpost.com/project-gallery)!
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Season II"
3+
date: 2021-10-29T11:04:00-04:00
4+
draft: false
5+
weight: 2
6+
---
7+
---
8+
Coming Soon!
9+

content/mentorship/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
chapter = true
3+
title = "Mentorship"
4+
weight = 10
5+
+++
6+
7+
# Mentorship Program
8+
---
9+
Coming Soon!

themes/Relearn/layouts/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
{{- if and .Title (or (ne (.Scratch.Get "relearnIsHiddenStem") true) (ne .Site.Params.disableSearchHiddenPages true) ) }}
44
{{- $pages = $pages | append (dict "uri" .RelPermalink "title" .Title "tags" .Params.tags "description" .Description "content" (.Plain | htmlUnescape)) }}
55
{{- end }}
6-
{{- end }}
6+
{{- end }}

0 commit comments

Comments
 (0)