diff --git a/_quarto.yml b/_quarto.yml index fbd484e..5643c27 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -5,6 +5,7 @@ project: type: website render: - /chapters/*.qmd + - /chapters/**/*.qmd - index.qmd post-render: - "cp -rnv static/. _site/" diff --git a/chapters/galerie.qmd b/chapters/galerie.qmd index a308c80..33f4d5f 100644 --- a/chapters/galerie.qmd +++ b/chapters/galerie.qmd @@ -5,11 +5,10 @@ description: | image: https://minio.lab.sspcloud.fr/lgaliana/generative-art/mise-en-prod/galerie.jfif listing: id: sample-listings - contents: galerie/2024/*.qmd + contents: "galerie/2024/*.qmd" type: grid sort: "number" categories: true - fields: [image, title, github] template: cards.ejs --- diff --git a/chapters/galerie/2024/model.qmd b/chapters/galerie/2024/model.qmd index fca5bcd..d2e4fa0 100644 --- a/chapters/galerie/2024/model.qmd +++ b/chapters/galerie/2024/model.qmd @@ -3,14 +3,12 @@ title: "Modèle de carte" image: "https://minio.lab.sspcloud.fr/lgaliana/generative-art/mise-en-prod/galerie.jfif" number: 1 categories: - - Parcours publication reproductible - - Parcours MLOps - - Parcours application interactive - - Parcours big data + - "Parcours publication reproductible" + - "Parcours MLOps" + - "Parcours application interactive" + - "Parcours big data" github: https://github.com/ensae-reproductibilite/website -website: https://ensae-reproductibilite.github.io/website/chapters/evaluation.html -levels: ["Débutant", "Intermédiaire"] +website: https://ensae-reproductibilite.github.io/website/chapters/galerie.html --- - Une description en quelques mots du projet \ No newline at end of file