diff --git a/config.yaml b/config.yaml
index f5384c3e81832325155fc160c77db9ea8995b6fc..de9f5a2853968175f1bd9e71f8bd659598612a09 100644
--- a/config.yaml
+++ b/config.yaml
@@ -2,22 +2,18 @@ baseURL: "https://wiztigers.gitlab.io/hugo-template/"
 contentdir: "content"
 layoutdir: "layouts"
 publishdir: "public"
-title: "Je suis sur le web !"
 canonifyURLs: true
 #relativeURLs: true
 #uglyURLs: true
 
-defaultContentLanguage: "en"
 theme: "beautifulhugo"
 metaDataFormat: "yaml"
 pygmentsUseClasses: true
 pygmentCodeFences: true
 
 params:
-  subtitle: "J'étais capable de faire un site sans que je n'en susse rien ..."
   logo: "img/avatar-icon.png"
   favicon: "img/favicon.ico"
-  dateFormat: "January 2, 2006"
   commit: false
   rss: true
   comments: true
@@ -67,3 +63,22 @@ menu:
   - name: "Catégories"
     url: "tags"
     weight: 3
+
+
+
+defaultContentLanguage: "fr"
+languages:
+  fr:
+    languageName: Français
+    weight: 1
+    title: "Je suis sur le web !"
+    subtitle: "J'étais capable de faire un site sans que je n'en susse rien ..."
+    params:
+      dateFormat: "2/1/2006"
+  en:
+    languageName: English
+    weight: 2
+    title: "I'm on the Interwebs!"
+    subtitle: "I was able to do it all along!"
+    params:
+      dateFormat: "2006-1-2"
diff --git a/content/_index.en.md b/content/_index.en.md
new file mode 100644
index 0000000000000000000000000000000000000000..19cd277805765b2df77b36bd7ccef58fa636c00d
--- /dev/null
+++ b/content/_index.en.md
@@ -0,0 +1,9 @@
+## Front Page Content
+
+This website is powered by [GitLab Pages](https://about.gitlab.com/features/pages/)
+/ [Hugo](https://gohugo.io) and can be built in under 1 minute.
+Literally. It uses the `beautifulhugo` theme which supports content on your front page.
+Edit `/content/_index.md` to change what appears here. Delete `/content/_index.md`
+if you don't want any content here.
+
+Head over to the [GitLab project](https://gitlab.com/pages/hugo) to get started.
diff --git a/content/_index.md b/content/_index.md
index 19cd277805765b2df77b36bd7ccef58fa636c00d..0fa2ab147d0e0743c9cdeea0f5f272438be4e609 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,9 +1,8 @@
-## Front Page Content
+## Bienvenue !
 
-This website is powered by [GitLab Pages](https://about.gitlab.com/features/pages/)
-/ [Hugo](https://gohugo.io) and can be built in under 1 minute.
-Literally. It uses the `beautifulhugo` theme which supports content on your front page.
-Edit `/content/_index.md` to change what appears here. Delete `/content/_index.md`
-if you don't want any content here.
+Ce site web est construit grâce à [GitLab Pages](https://about.gitlab.com/features/pages/)
+et [Hugo](https://gohugo.io) et peut être construit très rapidement.
+Par vous !
+Modifiez le fichier `/content/_index.md` pour changer ce qui apparait ici.
 
-Head over to the [GitLab project](https://gitlab.com/pages/hugo) to get started.
+Pour plus de renseignements, rendez-vous sur ce [projet GitLab](https://gitlab.com/pages/hugo) !
diff --git a/themes/beautifulhugo/i18n/fr.yaml b/themes/beautifulhugo/i18n/fr.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..237516301298a047bf8ae592f955a20d4d813de0
--- /dev/null
+++ b/themes/beautifulhugo/i18n/fr.yaml
@@ -0,0 +1,38 @@
+# Content
+- id: postedOnDate
+  translation: "Publié le {{ .Count }}"
+- id: translationsLabel
+  translation: "Autres langues: "
+- id: translationsSeparator
+  translation: ", "
+- id: readMore
+  translation: "Lire la suite"
+- id: olderPosts
+  translation: "Articles plus anciens"
+- id: newerPosts
+  translation: "Articles plus récents"
+- id: previousPost
+  translation: "Article précédent"
+- id: nextPost
+  translation: "Article suivant"
+
+# 404 page
+- id: pageNotFound
+  translation: "Oups, cette page n'existe pas ! (Erreur 404)"
+
+# Footer
+- id: poweredBy
+  translation: 'Site réalisé avec <a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a> &nbsp;&bull;&nbsp; Thème par <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapté à <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+
+# Navigation
+- id: toggleNavigation
+  translation: "Toggle navigation"
+- id: languageSwitcherLabel
+  translation: "Langue"
+- id: gcseLabelShort
+  translation: "Rechercher"
+- id: gcseLabelLong
+  translation: "Rechercher {{ .Site.Title }}"
+- id: gcseClose
+  translation: "Fermer"
+