From 7d6052a4aa95b9bbde22ef59a9ee110597583dd0 Mon Sep 17 00:00:00 2001 From: Sally McGrath Date: Fri, 23 Aug 2024 11:29:04 +0100 Subject: [PATCH] tidy up menus in launch --- org-cyf-launch/content/demo day/_index.md | 2 +- org-cyf-launch/content/sprints/1/_index.md | 4 ++-- org-cyf-launch/content/sprints/2/_index.md | 4 ++-- org-cyf-launch/content/sprints/3/_index.md | 4 ++-- org-cyf-launch/content/sprints/4/_index.md | 4 ++-- org-cyf-launch/hugo.toml | 2 +- org-cyf-tracks/hugo.toml | 3 +-- 7 files changed, 11 insertions(+), 12 deletions(-) diff --git a/org-cyf-launch/content/demo day/_index.md b/org-cyf-launch/content/demo day/_index.md index fa5546289..4c22842b9 100644 --- a/org-cyf-launch/content/demo day/_index.md +++ b/org-cyf-launch/content/demo day/_index.md @@ -3,6 +3,6 @@ title = 'demo day' description = 'Demo your project to the world' emoji= '🚀' menu_level = ['module'] -menu="demo" +menu=["demo", "syllabus"] weight = 11 +++ diff --git a/org-cyf-launch/content/sprints/1/_index.md b/org-cyf-launch/content/sprints/1/_index.md index 56b6b8ef3..a07fac0ac 100644 --- a/org-cyf-launch/content/sprints/1/_index.md +++ b/org-cyf-launch/content/sprints/1/_index.md @@ -1,9 +1,9 @@ +++ -title = 'Sprint 1' +title = 'sprint 1' description = 'The plan for the week' layout = 'sprint' emoji= '🛹' menu_level = ['module'] -menu=["develop"] +menu=["develop", "syllabus"] weight = 2 +++ diff --git a/org-cyf-launch/content/sprints/2/_index.md b/org-cyf-launch/content/sprints/2/_index.md index b82bd4ee1..aa0db60c9 100644 --- a/org-cyf-launch/content/sprints/2/_index.md +++ b/org-cyf-launch/content/sprints/2/_index.md @@ -1,9 +1,9 @@ +++ -title = 'Sprint 2' +title = 'sprint 2' description = 'The plan for the week' layout = 'sprint' emoji= '🛴' menu_level = ['module'] -menu=["develop"] +menu=["develop", "syllabus"] weight = 3 +++ diff --git a/org-cyf-launch/content/sprints/3/_index.md b/org-cyf-launch/content/sprints/3/_index.md index a62764124..e629b1ae9 100644 --- a/org-cyf-launch/content/sprints/3/_index.md +++ b/org-cyf-launch/content/sprints/3/_index.md @@ -1,9 +1,9 @@ +++ -title = 'Sprint 3' +title = 'sprint 3' description = 'The plan for the week' layout = 'sprint' emoji= '🛵' menu_level = ['module'] -menu=["develop"] +menu=["develop", "syllabus"] weight = 4 +++ diff --git a/org-cyf-launch/content/sprints/4/_index.md b/org-cyf-launch/content/sprints/4/_index.md index 86264fd4b..e743fae0c 100644 --- a/org-cyf-launch/content/sprints/4/_index.md +++ b/org-cyf-launch/content/sprints/4/_index.md @@ -1,9 +1,9 @@ +++ -title = 'Sprint 4' +title = 'sprint 4' description = 'The plan for the week' layout = 'sprint' emoji= '🛺' menu_level = ['module'] weight = 5 -menu=["develop"] +menu=["develop", "syllabus"] +++ diff --git a/org-cyf-launch/hugo.toml b/org-cyf-launch/hugo.toml index 774c34ae2..b7f93cb2b 100644 --- a/org-cyf-launch/hugo.toml +++ b/org-cyf-launch/hugo.toml @@ -1,5 +1,5 @@ title = "The Launch" -baseURL = "https://curriculum.codeyourfuture.io/" +baseURL = "https://launch.codeyourfuture.io/" [module] [[module.imports]] diff --git a/org-cyf-tracks/hugo.toml b/org-cyf-tracks/hugo.toml index 909546469..9b5944ccf 100644 --- a/org-cyf-tracks/hugo.toml +++ b/org-cyf-tracks/hugo.toml @@ -15,5 +15,4 @@ baseURL = "https://tracks.codeyourfuture.io/" [[module.imports.mounts]] source = "content/blocks" target = "content/pd/blocks" - -theme = "common-theme" \ No newline at end of file + \ No newline at end of file