From b93bac60ae4dc41c777e318ecea7399c10682dc9 Mon Sep 17 00:00:00 2001
From: Eloi Perdereau <eloi@perdereau.eu>
Date: Fri, 22 Nov 2019 00:43:38 +0100
Subject: [PATCH] change default primary site link + footer

---
 _config.yml     | 4 ++--
 _data/menus.yml | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/_config.yml b/_config.yml
index 3cee1d6..10f494a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -16,7 +16,7 @@ minimal_mistakes_skin    : "dirt" # "default", "air", "aqua", "contrast", "dark"
 
 # Site Settings
 locale                   : "fr-FR"
-title                    : "CCLuminy"
+title                    : "luminy.org"
 title_separator          : "|"
 subtitle                 : "Boulègue ton campus !"
 name                     : "Centre Culturel de Luminy CCL"
@@ -25,7 +25,7 @@ url                      : "https://test.luminy.org"
 baseurl                  : # the subpath of your site, e.g. "/blog"
 repository               : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
 teaser                   : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
-logo                     : &logo "/assets/images/logo-ccl-grand.png"
+logo                     : &logo "/assets/images/authors-logo/indien-petit.png"
 masthead_title           : # overrides the website title displayed in the masthead, use " " for no title
 breadcrumbs              : true # true, false (default)
 words_per_minute         : 200
diff --git a/_data/menus.yml b/_data/menus.yml
index 02a918a..5680101 100644
--- a/_data/menus.yml
+++ b/_data/menus.yml
@@ -2,4 +2,7 @@
 footer:
 - title: À propos de Luminy.org
   url: about.md
-  weight: 2
+  weight: 1
+- title: Poèmes
+  url: poemes/
+  weight: 1
-- 
GitLab