diff --git a/content/pages/moi.md b/content/pages/moi.md
index f50523ff0f87010a57f48fa1aaa60c953acd3a8e..7d3a6ffb5a8f3436f7598a3366b2e2e8347b6902 100644
--- a/content/pages/moi.md
+++ b/content/pages/moi.md
@@ -1,4 +1,20 @@
 Title: <i class="fa fa-briefcase" aria-hidden="true"></i> &Agrave; propos
 Date: 2010-05-17 10:27
+save_as: index.html
 
-## Cette page est actuellement en cours de construction
+Bienvenue sur ma page perso,
+
+Je suis ingénieur d'études CNRS depuis 2002.
+
+Au LIMOS j'interviens à différents niveaux dans des projets recherches
+
+* montage du projet
+* gestion du projet
+* développement logiciel lié au projet
+
+Vous trouverez ici
+
+* la liste des [projets](/projets.html) auquels je participe
+* mon [blog](/blog.html) qui référence des notes techniques et des idées à développer
+* les rapports de [recherche](/recherche.html) aux quels j'ai participé
+* des supports de [cours](/cours)
diff --git a/pelicanconf.py b/pelicanconf.py
index 359d45ad349545c36b7f591f1686f3af2237b55f..cfcc50fb12893142f5751478b713c8bd10065816 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -39,6 +39,10 @@ SOCIAL = (
     )
 )
 
+INDEX_SAVE_AS = 'blog.html'
+INDEX_LABEL = '<i class="fa fa-lightbulb-o" aria-hidden="true"></i> Blog'
+HIDE_SIDEBAR = 'true'
+
 CC_LICENSE = "CC-BY-NC-ND"
 # "CC-BY" (require attribution)
 # "CC-BY-SA" (require ShareAlike)
diff --git a/themes/limos/templates/base.html b/themes/limos/templates/base.html
index ca1ae7e77f25e8394399e6f5e454a7598744abc8..6b5773c5933edeae8a036d8a89fc14e9637d165f 100644
--- a/themes/limos/templates/base.html
+++ b/themes/limos/templates/base.html
@@ -134,6 +134,11 @@
                         {% endif %}
                       {% endfor %}
                 {% endif %}
+                {% if INDEX_SAVE_AS %}
+                    <li{% if p == page %} class="active"{% endif %}><a href="{{ SITEURL }}/{{ INDEX_SAVE_AS }}">
+                      {{ INDEX_LABEL }}
+                    </a></li>
+                {% endif %}
                 {% if DISPLAY_CATEGORIES_ON_MENU %}
                     {% for cat, null in categories %}
                         <li {% if cat == category %}class="active"{% endif %}>