Skip to content

Commit

Permalink
Retour du wordcloud (#372)
Browse files Browse the repository at this point in the history
* NLP image

* tweak content

* Automated changes

* Automated changes

* hero banner color

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
linogaliana and github-actions[bot] committed Jul 7, 2023
1 parent 29ff3f5 commit d2a2773
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/netlify-test.yaml
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/prod.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/course/NLP/03_lda/index.qmd
Expand Up @@ -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}
Expand Down
4 changes: 3 additions & 1 deletion custom.scss
Expand Up @@ -2,7 +2,9 @@


/*-- scss:rules --*/

#hero-banner .h1, #hero-banner .h2 {
color: white !important;
}

/* ---------------
DETAILS
Expand Down

0 comments on commit d2a2773

Please sign in to comment.