Skip to content

Commit

Permalink
making site run again now modules are being consumed correctly (#541)
Browse files Browse the repository at this point in the history
* making site run again now modules are being consumed correctly

- rm erroneous index files
- fix all errors - wrong names, empty src
- move fonts (this was done in the docs branch so I missed it)

* commit local overrides

Sorry I didn't understand I should commit this, not just change it
  • Loading branch information
SallyMcGrath authored Jan 21, 2024
1 parent 888c42a commit 7fcd661
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 37 deletions.
4 changes: 0 additions & 4 deletions common-content/en/_index.md

This file was deleted.

11 changes: 0 additions & 11 deletions common-content/en/module/fundamentals/_index.md

This file was deleted.

8 changes: 0 additions & 8 deletions common-content/en/module/js1/_index.md

This file was deleted.

8 changes: 0 additions & 8 deletions common-content/en/module/js3/_index.md

This file was deleted.

2 changes: 1 addition & 1 deletion org-cyf/content/databases/sprints/1/prep/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ backlog= 'Module-Databases'
backlog_filter= 'Week 1'
[[blocks]]
name="Introduction to Databases"
src="module/databases/introduction-to-databases"
src="module/databases/introduction-to-db"
[[blocks]]
name="What is a relational database?"
src="https://www.youtube.com/watch?v=OqjJjpjDRLc"
Expand Down
4 changes: 3 additions & 1 deletion org-cyf/content/html-css/sprints/3/day-plan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ src="https://cyf-pd.netlify.app/blocks/developer-communication/readme/"
name="Morning break"
src="blocks/morning-break"
[[blocks]]
name="study-60"
name="Study Group"
src="blocks/study-group"
time="60"
[[blocks]]
name="lunch"
src="blocks/lunch"
Expand Down
3 changes: 0 additions & 3 deletions org-cyf/content/js1/sprints/1/prep/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ src="module/js1/logging"
name="Errors"
src="module/js1/errors"
[[blocks]]
name="Wrapping up"
src="blocks/wrapping-up"
[[blocks]]
name= "Critical Thinking"
src= "https://cyf-pd.netlify.app/blocks/prep-critical-thinking/readme/"
+++
Expand Down
4 changes: 4 additions & 0 deletions org-cyf/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ require (
github.com/CodeYourFuture/curriculum/common-content v0.0.0-20240121151641-e52b73ad527d // indirect
github.com/CodeYourFuture/curriculum/common-theme v0.0.0-20240121151641-e52b73ad527d // indirect
)

replace github.com/CodeYourFuture/curriculum/common-content => ../common-content
replace github.com/CodeYourFuture/curriculum/common-theme => ../common-theme

2 changes: 1 addition & 1 deletion org-cyf/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ title = "CYF Curriculum"
url = "https://codeyourfuture.io/donate/"

[params]

googleFonts="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;500;700&family=Inter:wght@400;600&display=swap"
description = "A free and open source software development programme."
main_website = "https://codeyourfuture.io/"
main_org_name = "Code Your Future"
Expand Down

0 comments on commit 7fcd661

Please sign in to comment.