From d2a277365d94bf96d0e9f5a76b5cb9bc04e898b5 Mon Sep 17 00:00:00 2001 From: Lino Galiana Date: Fri, 7 Jul 2023 15:59:36 +0000 Subject: [PATCH] Retour du wordcloud (#372) * NLP image * tweak content * Automated changes * Automated changes * hero banner color --------- Co-authored-by: github-actions[bot] --- .github/workflows/netlify-test.yaml | 3 +-- .github/workflows/prod.yml | 3 +-- content/course/NLP/03_lda/index.qmd | 2 +- custom.scss | 4 +++- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/netlify-test.yaml b/.github/workflows/netlify-test.yaml index e176c65aa..7247eb2d6 100644 --- a/.github/workflows/netlify-test.yaml +++ b/.github/workflows/netlify-test.yaml @@ -31,9 +31,8 @@ jobs: python build/tweak_chapters.py python build/tweak_render.py cat _quarto.yml - quarto render --to html python build/wc_website.py - python build/tweak_markdown.py + quarto render --to html - name: Install npm if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} uses: actions/setup-node@v2 diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index b236e83a1..24a422c2d 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -26,9 +26,8 @@ jobs: - name: Render website run: | python build/tweak_render.py - quarto render --to html python build/wc_website.py - python build/tweak_markdown.py + quarto render --to html - name: Publish to Pages run: | git config --global user.email quarto-github-actions-publish@example.com diff --git a/content/course/NLP/03_lda/index.qmd b/content/course/NLP/03_lda/index.qmd index 1c3448374..b6b7bc3df 100644 --- a/content/course/NLP/03_lda/index.qmd +++ b/content/course/NLP/03_lda/index.qmd @@ -21,7 +21,7 @@ description: | partie d’une catégorie de modèles appelés _"topic models"_, qui cherchent à découvrir des structures thématiques cachées dans des vastes archives de documents. Le principe est de décomposer un document comme une collection de thèmes qui se distinguent par des choix de mots différents. -image: featured.png +image: https://upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Latent_Dirichlet_allocation.svg/290px-Latent_Dirichlet_allocation.svg.png --- ::: {.cell .markdown} diff --git a/custom.scss b/custom.scss index a7c2b2b91..19c469bd1 100644 --- a/custom.scss +++ b/custom.scss @@ -2,7 +2,9 @@ /*-- scss:rules --*/ - +#hero-banner .h1, #hero-banner .h2 { + color: white !important; +} /* --------------- DETAILS