diff --git a/404.md b/404.md
new file mode 100644
index 0000000000000000000000000000000000000000..e9245aa85425795f7acd5c27706683127e718fae
--- /dev/null
+++ b/404.md
@@ -0,0 +1,6 @@
+---
+title: Page non trouvée
+permalink: /404.html
+layout: single
+---
+# 404
diff --git a/_actions/ateliers.md b/_actions/ateliers.md
index 35da39444b902d3431c0cf075eac28e738fbf540..9ff338ad55f2e7dc6d863867ac6a538f0c25f2fe 100644
--- a/_actions/ateliers.md
+++ b/_actions/ateliers.md
@@ -1,7 +1,6 @@
 ---
 title: Ateliers
 author_profile: true
-layout: single
 header:
   overlay_image: assets/images/atelier-combat.jpg
 ---
diff --git a/_actions/jardin.md b/_actions/jardin.md
index e43fd7305d38e3f0fcb0f976328f3e331a0746e7..6f098324f21b168bfc9b286e69054b384419c79b 100644
--- a/_actions/jardin.md
+++ b/_actions/jardin.md
@@ -1,7 +1,6 @@
 ---
 title: Jardin Universitaire de Luminy
 author_profile: false
-layout: single
 header:
   overlay_image: assets/images/banniere-jardin.jpg
 ---
diff --git a/_actions/paniers.md b/_actions/paniers.md
index 2d05f46d548d034b907d61761c2de423f44c6a55..8a264accd158158c54b756a02a61357c7a28895e 100644
--- a/_actions/paniers.md
+++ b/_actions/paniers.md
@@ -1,8 +1,9 @@
 ---
 title: Jardin Universitaire de Luminy
 author_profile: false
-layout: single
+image: /assets/images/panier.png
 header:
   overlay_image: assets/images/banniere-jardin.jpg
 ---
 # Distribution paniers bio
+oo
diff --git a/_actions/toukouleur.md b/_actions/toukouleur.md
index 8653db8aa107120a623bdab7e751b41792f9f548..64f1dff3cad981f2c9724334baab6cd0ecd26043 100644
--- a/_actions/toukouleur.md
+++ b/_actions/toukouleur.md
@@ -1,13 +1,16 @@
 ---
 title: Toukouleur
-name: toukouleur
 author_profile: true
-layout: single
 toc: true
 header:
-  overlay_image: assets/images/au-toukouleur-2016.jpg
+  image: assets/images/au-toukouleur-2016.jpg
+  caption: Touk
 ---
 # Le toukouleur c'est de la balle
   - des concerts
   - des ateliers
   - blablabla
+
+## et ça continue
+  * un
+  * deux
diff --git a/_config.yml b/_config.yml
index c9ce018f851ceab7d615d96421330ad2de1d10e2..7b4c142f391d26e2ece252b7b0d07aa7e3555dc9 100644
--- a/_config.yml
+++ b/_config.yml
@@ -19,7 +19,7 @@ locale                   : "fr-FR"
 title                    : "CCL"
 title_separator          : "|"
 subtitle                 : "Boulègue ton campus !"
-name                     : "CCLuminy"
+name                     : "CCL"
 description              : "association centre culturel de luminy marseille 13009 culture citoyenneté liberté d'expression art partage des connaissances initiatives sociales concert festival dub reggae rock electro"
 url                      : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
 baseurl                  : # the subpath of your site, e.g. "/blog"
@@ -86,10 +86,10 @@ naver_site_verification  :
 twitter:
   username               :
 facebook:
-  username               :
+  username               : "CCLuminy"
   app_id                 :
   publisher              :
-og_image                 : # Open Graph/Twitter default site image
+og_image                 : "/assets/images/logo-ccl.png"
 # For specifying social profiles
 # - https://developers.google.com/structured-data/customize/social-profiles
 social:
@@ -293,7 +293,7 @@ defaults:
   # _posts
   - scope:
       path: ""
-      type: posts
+      type: "posts"
     values:
       layout: single
       author_profile: false
@@ -301,10 +301,17 @@ defaults:
       comments: # true
       share: true
       related: true
-  # _pages
   - scope:
       path: ""
-      type: pages
+      type: "pages"
     values:
       layout: splash
       author_profile: true
+  # _actions
+  - scope:
+      path: ""
+      type: "actions"
+    values:
+      layout: single
+      author_profile: false
+      share: true
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 5fa97cb0927802ffb298634bd561b86c364dcab3..50290b1702c34965b55837d18c73fec772a172d0 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -5,8 +5,5 @@ main:
     # description: "description hover"
   - title: "Actions"
     url: /actions/
-    sublinks:
-      - title: "Toukouleur"
-      - url: /actions/toukouleur/
   - title: "Retrospective"
-    url: /old/
+    url: /about/
diff --git a/about.md b/about.md
index d69089b153b13a0a22b8830f4434d8c121dcca9a..decf26b6920d47763794d07d5a55311cfd6a0e9a 100644
--- a/about.md
+++ b/about.md
@@ -1,7 +1,6 @@
 ---
 title: Plan du site
 author_profile: true
-layout: single
 toc: true
 header:
   overlay_image: assets/images/puget-fleuri.png
diff --git a/actions.md b/actions.md
index 10e9353a7f754c2a1d86e22136f8842b114adcce..2b3d6f700858d4493dcdf287e72dbc3a68b33ee6 100644
--- a/actions.md
+++ b/actions.md
@@ -1,7 +1,7 @@
 ---
 title: Liste actions
-author_profile: true
 layout: single
+author_profile: true
 toc: true
 header:
   overlay_image: assets/images/baniere_ccl-intime.png
diff --git a/administratif.md b/administratif.md
index 4453b526f760f62c0abbaf15d8679952d7c37f8e..ec047d6082cd316f44b4e6174706ffe9430545b4 100644
--- a/administratif.md
+++ b/administratif.md
@@ -1,7 +1,5 @@
 ---
 title: Les statuts, etc.
-author_profile: true
-layout: single
 ---
 # les statuts
 ...
diff --git a/assets/images/panier.png b/assets/images/panier.png
new file mode 100644
index 0000000000000000000000000000000000000000..bfb9bc1c5d649936b546aa2160839333a3fe096a
Binary files /dev/null and b/assets/images/panier.png differ
diff --git a/detail-site.md b/detail-site.md
index 196c763e7b1d19c31cfc77ff4e2d2c636e55c3a0..831c0b4a9c86e0fd701ae10a14c28e25dbff60d6 100644
--- a/detail-site.md
+++ b/detail-site.md
@@ -1,6 +1,4 @@
 ---
 title: luminy.org
-author_profile: true
-layout: single
 ---
 c'est quoi luminy.org
diff --git a/index.md b/index.md
index 04b102f6fd698bc0be7048091b09357bd2c08afc..50f461cf173171635c6bb851edec66cd61bea278 100644
--- a/index.md
+++ b/index.md
@@ -1,6 +1,5 @@
 ---
 layout: splash
-permalink: /
 title: Centre Culturel de Luminy
 header:
   overlay_image: assets/images/puget-fleuri.png