From d8740fa0c5e0298c4dd32c6e7016ec0b71b73542 Mon Sep 17 00:00:00 2001 From: Chris Endemann Date: Tue, 8 Oct 2024 10:26:43 -0500 Subject: [PATCH] Update index.qmd --- index.qmd | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.qmd b/index.qmd index c53a60a0..f7f70b0a 100644 --- a/index.qmd +++ b/index.qmd @@ -2,10 +2,10 @@ title: "ML+X Nexus: Crowdsourced ML Resources" order: 1 listing: - - id: learn-resources + - id: applications-resources contents: - - "Learn/*/**/*.qmd" - - "!Learn/**/index.qmd" # index files should not be listed as tiles (represent pages for resource filters) + - "Applications/*/**/*.qmd" + - "!Applications/**/index.qmd" # index files should not be listed as tiles (represent pages for resource filters) type: grid sort-ui: false sort: @@ -15,11 +15,11 @@ listing: fields: [author, date, image, title, description, categories] categories: true date-format: "YYYY-MM-DD" - page-size: 3 # Display 6 items per row - - id: applications-resources + page-size: 3 + - id: learn-resources contents: - - "Applications/*/**/*.qmd" - - "!Applications/**/index.qmd" # index files should not be listed as tiles (represent pages for resource filters) + - "Learn/*/**/*.qmd" + - "!Learn/**/index.qmd" # index files should not be listed as tiles (represent pages for resource filters) type: grid sort-ui: false sort: @@ -29,7 +29,7 @@ listing: fields: [author, date, image, title, description, categories] categories: true date-format: "YYYY-MM-DD" - page-size: 3 # Display 6 items per row + page-size: 3 - id: toolbox-resources contents: - "Toolbox/*/**/*.qmd" @@ -43,7 +43,7 @@ listing: fields: [author, date, image, title, description, categories] categories: true date-format: "YYYY-MM-DD" - page-size: 3 # Display 6 items per row + page-size: 3 toc: false toc-location: body page-layout: full