Skip to content

Commit

Permalink
CT
Browse files Browse the repository at this point in the history
  • Loading branch information
imuniyat committed Mar 26, 2024
1 parent 317ab47 commit 50f7d90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cascade:
cascade:
# CT options
- _target:
path: /ct/**
path: /computationalthinkingtests/**
kind: page
pager: true
editable: true
Expand All @@ -61,10 +61,10 @@ cascade:
enable: true
# Data viz section options
- _target:
path: /ct/*
path: /computationalthinkingtests/*
kind: section
# Change url to /dataviz/
url: /ct/
url: /computationalthinkingtests/
# Set the listing view
view: date-title-summary
############################
Expand Down Expand Up @@ -243,7 +243,7 @@ enableRobotsTXT: true
footnotereturnlinkcontents: <sup>^</sup>ß
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
permalinks:
ct: '/ct/:slug/'
computationalthinkingtests: '/computationalthinkingtests/:slug/'
learningmodule: '/learningmodule/:slug/'
lessonplans: '/lessonplan/:slug/'
dataviz: '/dataviz/:slug/'
Expand Down
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sections:
image: computational_thinking.png
button:
text: Access computational thinking tests
url: https://imuniyat.github.io/callysto.github.io/ct/
url: https://imuniyat.github.io/callysto.github.io/computationalthinkingtests/
# LEARNING MODULES
- title: Learning modules
text: We designed learning modules to __________
Expand Down
File renamed without changes.

0 comments on commit 50f7d90

Please sign in to comment.