diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 34b8ee3..1a8c735 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -44,7 +44,7 @@ cascade: cascade: # CT options - _target: - path: /ct/** + path: /computationalthinkingtests/** kind: page pager: true editable: true @@ -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 ############################ @@ -243,7 +243,7 @@ enableRobotsTXT: true footnotereturnlinkcontents: ^ß ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$] permalinks: - ct: '/ct/:slug/' + computationalthinkingtests: '/computationalthinkingtests/:slug/' learningmodule: '/learningmodule/:slug/' lessonplans: '/lessonplan/:slug/' dataviz: '/dataviz/:slug/' diff --git a/content/_index.md b/content/_index.md index 9551d45..7fb6ca8 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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 __________ diff --git a/content/ct/_index.md b/content/computationalthinkingtests/_index.md similarity index 100% rename from content/ct/_index.md rename to content/computationalthinkingtests/_index.md