diff --git a/content/game-dev/_index.md b/content/game-dev/_index.md index a08c6bbf..cf6642d8 100644 --- a/content/game-dev/_index.md +++ b/content/game-dev/_index.md @@ -1,7 +1,10 @@ +++ +chapter = true title = "Game Series" +weight = 1 +++ +# Game Series --- Welcome to the return of MCPT's Game Development Series! diff --git a/content/game-jam/_index.md b/content/game-jam/_index.md new file mode 100644 index 00000000..f621ca41 --- /dev/null +++ b/content/game-jam/_index.md @@ -0,0 +1,9 @@ ++++ +chapter = true +title = "Game Jam" +weight = 5 ++++ + +# Game Jam +--- +Coming Soon! \ No newline at end of file diff --git a/content/lyon-hacks/_index.md b/content/lyon-hacks/_index.md new file mode 100644 index 00000000..cae1d14e --- /dev/null +++ b/content/lyon-hacks/_index.md @@ -0,0 +1,9 @@ ++++ +chapter = true +title = "LyonHacks" +weight = 8 ++++ + +# Lyon Hacks +--- +William Lyon Mackenzie's Annual Hackathon! \ No newline at end of file diff --git a/content/lyon-hacks/season-i/_index.md b/content/lyon-hacks/season-i/_index.md new file mode 100644 index 00000000..c8a17e01 --- /dev/null +++ b/content/lyon-hacks/season-i/_index.md @@ -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)! \ No newline at end of file diff --git a/content/lyon-hacks/season-ii/_index.md b/content/lyon-hacks/season-ii/_index.md new file mode 100644 index 00000000..3a304b6e --- /dev/null +++ b/content/lyon-hacks/season-ii/_index.md @@ -0,0 +1,9 @@ +--- +title: "Season II" +date: 2021-10-29T11:04:00-04:00 +draft: false +weight: 2 +--- +--- +Coming Soon! + diff --git a/content/mentorship/_index.md b/content/mentorship/_index.md new file mode 100644 index 00000000..90c9f36d --- /dev/null +++ b/content/mentorship/_index.md @@ -0,0 +1,9 @@ ++++ +chapter = true +title = "Mentorship" +weight = 10 ++++ + +# Mentorship Program +--- +Coming Soon! \ No newline at end of file diff --git a/themes/Relearn/layouts/index.json b/themes/Relearn/layouts/index.json index e6f92172..c9a20b68 100644 --- a/themes/Relearn/layouts/index.json +++ b/themes/Relearn/layouts/index.json @@ -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 }} \ No newline at end of file +{{- end }}