Skip to content

Commit

Permalink
tidy up menus in launch
Browse files Browse the repository at this point in the history
  • Loading branch information
SallyMcGrath committed Aug 23, 2024
1 parent 0241c9e commit 7d6052a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion org-cyf-launch/content/demo day/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
+++
4 changes: 2 additions & 2 deletions org-cyf-launch/content/sprints/1/_index.md
Original file line number Diff line number Diff line change
@@ -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
+++
4 changes: 2 additions & 2 deletions org-cyf-launch/content/sprints/2/_index.md
Original file line number Diff line number Diff line change
@@ -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
+++
4 changes: 2 additions & 2 deletions org-cyf-launch/content/sprints/3/_index.md
Original file line number Diff line number Diff line change
@@ -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
+++
4 changes: 2 additions & 2 deletions org-cyf-launch/content/sprints/4/_index.md
Original file line number Diff line number Diff line change
@@ -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"]
+++
2 changes: 1 addition & 1 deletion org-cyf-launch/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title = "The Launch"
baseURL = "https://curriculum.codeyourfuture.io/"
baseURL = "https://launch.codeyourfuture.io/"

[module]
[[module.imports]]
Expand Down
3 changes: 1 addition & 2 deletions org-cyf-tracks/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ baseURL = "https://tracks.codeyourfuture.io/"
[[module.imports.mounts]]
source = "content/blocks"
target = "content/pd/blocks"

theme = "common-theme"

0 comments on commit 7d6052a

Please sign in to comment.