diff --git a/_quarto-english.yml b/_quarto-english.yml
new file mode 100644
index 0000000..c0b9205
--- /dev/null
+++ b/_quarto-english.yml
@@ -0,0 +1,20 @@
+project:
+ output-dir: public
+
+website:
+ title: "Louis Lacoste"
+ navbar:
+ left:
+ - href: index.qmd
+ text: Home
+ - href: posts.qmd
+ text: Posts
+ - href: about.qmd
+ text: About me
+ right:
+ - href: interests.qmd
+ - href: index.qmd
+ - href: fr/
+ text: Français
+ body-header: |
+
\ No newline at end of file
diff --git a/_quarto-french.yml b/_quarto-french.yml
new file mode 100644
index 0000000..0c93cdc
--- /dev/null
+++ b/_quarto-french.yml
@@ -0,0 +1,18 @@
+project:
+ output-dir: public/fr
+
+website:
+ title: "Louis Lacoste"
+ navbar:
+ left:
+ - href: index.qmd
+ text: Accueil
+ - href: posts.qmd
+ text: Postes
+ - href: about.qmd
+ text: À propos de moi
+ right:
+ - href: interests.qmd
+ text: Ce qui m'intéresse
+ - href: ../
+ text: English
\ No newline at end of file
diff --git a/_quarto.yml b/_quarto.yml
index 0e29b44..c112c79 100644
--- a/_quarto.yml
+++ b/_quarto.yml
@@ -1,19 +1,9 @@
project:
type: website
- output-dir: public
-website:
- title: "Louis Lacoste"
- navbar:
- left:
- - href: index.qmd
- text: Home
- - href: posts.qmd
- text: Posts
- - href: about.qmd
- text: About me
- right:
- - href: interests.qmd
+profile:
+ default: english
+ group: [english, french]
execute:
freeze: auto
@@ -24,6 +14,3 @@ format:
css: styles.css
toc: true
html-math-method: katex
-
-
-
diff --git a/index.qmd b/index.qmd
index 409d31c..bfdd285 100644
--- a/index.qmd
+++ b/index.qmd
@@ -21,4 +21,10 @@ about:
target: _blank
---
-Will update later
\ No newline at end of file
+::: {.content-visible when-profile="english"}
+Will update later
+:::
+
+::: {.content-visible when-profile="french"}
+Je mettrai à jour plus tard
+:::
\ No newline at end of file