Le multilingue devrait marcher
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Louis Lacoste 2025-04-24 20:55:23 +02:00
parent 94e18675c0
commit d4dbfe0ff9
4 changed files with 16 additions and 6 deletions

View file

@ -4,6 +4,7 @@ steps:
commands: commands:
- cd /woodpecker/src/git.polarolouis.fr/polarolouis/site-perso - cd /woodpecker/src/git.polarolouis.fr/polarolouis/site-perso
- quarto render - quarto render
- quarto render --profile french
when: when:
event: event:
- push - push

View file

@ -1,5 +1,5 @@
project: project:
output-dir: public output-dir: public/
website: website:
title: "Louis Lacoste" title: "Louis Lacoste"
@ -14,7 +14,7 @@ website:
right: right:
- href: interests.qmd - href: interests.qmd
- href: index.qmd - href: index.qmd
- href: fr/ - href: ../fr/
text: Français text: Français
body-header: | body-header: |
<link rel="stylesheet" href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css><button onclick="window.location = location.href.replace('/','/fr/');" class="btn"><i class="fa fa-language"></i> Français </button> <link rel="stylesheet" href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css><button onclick="window.location = '/fr' + location.pathname;" class="btn"><i class="fa fa-language"></i> Français </button>

View file

@ -14,5 +14,7 @@ website:
right: right:
- href: interests.qmd - href: interests.qmd
text: Ce qui m'intéresse text: Ce qui m'intéresse
- href: ../ - href: ../index.html
text: English text: English
body-header: |
<link rel="stylesheet" href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css><button onclick="window.location = window.location.href.replace('/fr', '');" class="btn"><i class="fa fa-language"></i> English </button>

View file

@ -3,5 +3,12 @@ title: "About me"
--- ---
:::{.content-visible when-profile="english"}
I'm a PhD student in Applied Mathematics at MIA Paris-Saclay under supervision I'm a PhD student in Applied Mathematics at MIA Paris-Saclay under supervision
of Pierre Barbillon and Sophie Donnet. of Pierre Barbillon and Sophie Donnet.
:::
:::{.content-visible when-profile="french"}
Je suis doctorant en statistiques appliquées au laboratoire MIA Paris-Saclay
sous la direction de Pierre Barbillon et Sophie Donnet.
:::