From 03552770eba0c078b4f4a87764e7e3162a98657b Mon Sep 17 00:00:00 2001
From: Romain Deville <code@romaindeville.fr>
Date: Mon, 17 May 2021 19:38:22 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20mkdocs=20configuration?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mkdocs.yml | 39 +++++++++------------------------------
 1 file changed, 9 insertions(+), 30 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 19f3e77..990760b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -48,17 +48,17 @@ theme:
   palette:
     # Light mode
     - media: "(prefers-color-scheme: light)"
-      scheme: rdeville-light
-      primary: rdeville-green-light
-      accent: rdeville-orange-light
+      scheme: pagoda-light
+      primary: pagoda-green-light
+      accent: pagoda-orange-light
       toggle:
         icon: material/weather-night
         name: Switch to dark mode
     # Dark mode
     - media: "(prefers-color-scheme: dark)"
-      scheme: rdeville-dark
-      primary: rdeville-green-dark
-      accent: rdeville-orange-dark
+      scheme: pagoda-dark
+      primary: pagoda-green-dark
+      accent: pagoda-orange-dark
       toggle:
         icon: material/weather-sunny
         name: Switch to light mode
@@ -202,30 +202,9 @@ markdown_extensions:
 # Dictionary storing social icon that will be shown on the bottom right.
 extra:
   social:
-    - icon: fontawesome/solid/globe
-      link: https://romaindeville.fr
-      name: R. Deville Wesite
-    - icon: fontawesome/solid/paper-plane
-      link: mailto:contact@romaindeville.fr
-      name: "Send mail to @rdeville"
-    - icon: fontawesome/solid/book-reader
-      link: https://docs.romaindeville.fr
-      name: All Projects Home Documentation
-    - icon: fontawesome/brands/linkedin
-      link: https://www.linkedin.com/in/romaindeville
-      name: "@rdeville on LinkedIn"
-    - icon: fontawesome/brands/docker
-      link: https://hub.docker.com/u/rdeville
-      name: "@rdeville on Docker Hub"
-    - icon: fontawesome/brands/git-alt
-      link: https://framagit.org/rdeville.public/
-      name: "@rdeville on Framagit"
     - icon: fontawesome/brands/gitlab
-      link: https://gitlab.com/rdeville.public/
-      name: "@rdeville on Gitlab"
-    - icon: fontawesome/brands/github
-      link: https://github.com/rdeville-public/
-      name: "@rdeville on Github"
+      link: https://gitlab.liris.cnrs.fr/pagoda/
+      name: "@pagoda on Gitlab LIRIS"
   version:
     provider: mike
 
@@ -265,7 +244,7 @@ plugins:
   - mermaid2:
       arguments:
         theme: |
-          ^(localStorage.getItem('theme') === 'rdeville-dark') ? 'dark'  : 'light'
+          ^(localStorage.getItem('theme') === 'pagoda-dark') ? 'dark'  : 'light'
     # https://pawamoy.github.io/mkdocstrings/
     # Automatic documentation from sources, for MkDocs.
   - mkdocstrings:
-- 
GitLab