Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/game-dev/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
+++
chapter = true
title = "Game Series"
weight = 1
+++

# Game Series
---

Welcome to the return of MCPT's Game Development Series!
9 changes: 9 additions & 0 deletions content/game-jam/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
chapter = true
title = "Game Jam"
weight = 5
+++

# Game Jam
---
Coming Soon!
9 changes: 9 additions & 0 deletions content/lyon-hacks/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
chapter = true
title = "LyonHacks"
weight = 8
+++

# Lyon Hacks
---
William Lyon Mackenzie's Annual Hackathon!
14 changes: 14 additions & 0 deletions content/lyon-hacks/season-i/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Season I"
date: 2021-10-29T11:03:52-04:00
draft: false
weight: 1
---
---
This event ended on April 15th, 2021.

**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

## Winners

The winners of the **LyonHacks** event can be found [here](https://lyonhacks.devpost.com/project-gallery)!
9 changes: 9 additions & 0 deletions content/lyon-hacks/season-ii/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Season II"
date: 2021-10-29T11:04:00-04:00
draft: false
weight: 2
---
---
Coming Soon!

9 changes: 9 additions & 0 deletions content/mentorship/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
chapter = true
title = "Mentorship"
weight = 10
+++

# Mentorship Program
---
Coming Soon!
2 changes: 1 addition & 1 deletion themes/Relearn/layouts/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
{{- if and .Title (or (ne (.Scratch.Get "relearnIsHiddenStem") true) (ne .Site.Params.disableSearchHiddenPages true) ) }}
{{- $pages = $pages | append (dict "uri" .RelPermalink "title" .Title "tags" .Params.tags "description" .Description "content" (.Plain | htmlUnescape)) }}
{{- end }}
{{- end }}
{{- end }}