From c89f29ec84a5e2d6a409b9fd62b8b855497150e4 Mon Sep 17 00:00:00 2001 From: Chris Endemann Date: Tue, 8 Oct 2024 09:40:34 -0500 Subject: [PATCH] Update index.qmd --- index.qmd | 38 ++++++++++++-------------------------- 1 file changed, 12 insertions(+), 26 deletions(-) diff --git a/index.qmd b/index.qmd index 908f7990..d3240177 100644 --- a/index.qmd +++ b/index.qmd @@ -4,7 +4,7 @@ order: 1 listing: - id: learn-resources contents: "Learn/*/**/*.qmd" - type: table + type: grid sort-ui: false sort: - "date desc" @@ -13,10 +13,10 @@ listing: fields: [author, date, image, title, description, categories] categories: true date-format: "YYYY-MM-DD" - page-size: 3 - - id: toolbox-resources - contents: "Toolbox/*/**/*.qmd" - type: table + page-size: 3 # Display 6 items per row + - id: applications-resources + contents: "Applications/*/**/*.qmd" + type: grid sort-ui: false sort: - "date desc" @@ -25,10 +25,10 @@ listing: fields: [author, date, image, title, description, categories] categories: true date-format: "YYYY-MM-DD" - page-size: 3 - - id: applications-resources - contents: "Applications/*/**/*.qmd" - type: table + page-size: 3 # Display 6 items per row + - id: toolbox-resources + contents: "Toolbox/*/**/*.qmd" + type: grid sort-ui: false sort: - "date desc" @@ -37,8 +37,7 @@ listing: fields: [author, date, image, title, description, categories] categories: true date-format: "YYYY-MM-DD" - page-size: 3 - + page-size: 3 # Display 6 items per row toc: false toc-location: body page-layout: full @@ -54,31 +53,18 @@ Nexus is the ML+X community’s centralized hub for sharing machine learning (ML This website is a team effort! We welcome and encourage fellow practitioners to contribute resources to Nexus. Learn more by visiting [How to contribute](https://uw-madison-datascience.github.io/ML-X-Nexus/Learn/Guides/How-to-contribute.html). ## Explore Resources - -::::: {.columns} - -:::: {.column width="30%"} ### Learn :::{#learn-resources} ::: -:::: -:::: {.column width="30%"} -### Toolbox +## Toolbox :::{#toolbox-resources} ::: -:::: -:::: {.column width="30%"} -### Applications +## Applications :::{#applications-resources} ::: -:::: - - - -:::::