From 4764941caa03a83c64ab320196b41e651d6fb6c2 Mon Sep 17 00:00:00 2001 From: yeahbennou <38169671+BenZeng04@users.noreply.github.com> Date: Fri, 29 Oct 2021 13:04:48 -0400 Subject: [PATCH 1/2] Add template pages for LyonHacks, Game Jam & Mentorship --- content/game-dev/_index.md | 3 +++ content/game-jam/_index.md | 9 +++++++++ content/lyon-hacks/_index.md | 9 +++++++++ content/lyon-hacks/season-i/_index.md | 14 ++++++++++++++ content/lyon-hacks/season-ii/_index.md | 9 +++++++++ content/mentorship/_index.md | 9 +++++++++ themes/Relearn/layouts/index.json | 3 ++- 7 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 content/game-jam/_index.md create mode 100644 content/lyon-hacks/_index.md create mode 100644 content/lyon-hacks/season-i/_index.md create mode 100644 content/lyon-hacks/season-ii/_index.md create mode 100644 content/mentorship/_index.md 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..d329ce35 100644 --- a/themes/Relearn/layouts/index.json +++ b/themes/Relearn/layouts/index.json @@ -3,4 +3,5 @@ {{- 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 }} +{{- $pages | jsonify (dict "indent" " ") }} From 4b82e5a07ca3ef748e460fbabe0cee51ce9df586 Mon Sep 17 00:00:00 2001 From: yeahbennou <38169671+BenZeng04@users.noreply.github.com> Date: Fri, 29 Oct 2021 13:12:53 -0400 Subject: [PATCH 2/2] get rid of jsonify (again) --- themes/Relearn/layouts/index.json | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/Relearn/layouts/index.json b/themes/Relearn/layouts/index.json index d329ce35..c9a20b68 100644 --- a/themes/Relearn/layouts/index.json +++ b/themes/Relearn/layouts/index.json @@ -4,4 +4,3 @@ {{- $pages = $pages | append (dict "uri" .RelPermalink "title" .Title "tags" .Params.tags "description" .Description "content" (.Plain | htmlUnescape)) }} {{- end }} {{- end }} -{{- $pages | jsonify (dict "indent" " ") }}