From 6f9cc70d3df66d3328255875de43776004f79d91 Mon Sep 17 00:00:00 2001
From: Alex <alexandre.meyer@univ-lyon1.fr>
Date: Tue, 12 Dec 2023 11:09:10 +0100
Subject: [PATCH] ...

---
 web/config.toml | 39 +++++++++++++++++++++++----------------
 1 file changed, 23 insertions(+), 16 deletions(-)

diff --git a/web/config.toml b/web/config.toml
index fe1a088..1f1df39 100644
--- a/web/config.toml
+++ b/web/config.toml
@@ -1,5 +1,5 @@
-baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/hugo-web-minimal/"
-title = "UE Bidule"
+baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/lifapcd/"
+title = "LIFAPCD Conception et développement d'applications"
 theme = "congo"
 languageCode = "fr-FR"
 enableInlineShortcodes = true
@@ -10,11 +10,11 @@ publishDir = "public"
 
 
 [params]
-  description = "UE Bidule"
+  description = "LIFAPCD Conception et développement d'applications"
   copyright = ""
   dark = "auto"
   highlight = true
-  mainSections = "personnage;controle;posts"
+  mainSections = "Cours;TD;Projets;Planning"
   #color = "gray"           # Any color in CSS syntax
   #width = "52rem"          # Any length in CSS syntax
   colorScheme = "fire"
@@ -32,26 +32,33 @@ publishDir = "public"
 
 [menu]
     [[menu.main]]
-        identifier = "PartieA"
-        name = "PartieA"
-        title = "PartieA"
-        url = "https://partiea.html"
+        identifier = "Cours"
+        name = "Cours"
+        title = "Cours"
+        url = "/cours"
         weight = 1
  
     [[menu.main]]
-        identifier = "PartieB"
-        name = "PartieB"
-        title = "PartieB"
-        url = "/partieb/"
+        identifier = "TD"
+        name = "TD"
+        title = "TD"
+        url = "/td/"
         weight = 2
 
     [[menu.main]]
-        identifier = "PartieC"
-        name = "PartieC"
-        title = "PartieC"
-        url = "/partiec/"
+        identifier = "Projet"
+        name = "Projet"
+        title = "Projet"
+        url = "/projet/"
         weight = 3
 
+    [[menu.main]]
+        identifier = "Planning"
+        name = "Planning"
+        title = "Planning"
+        url = "/planning/"
+        weight = 4
+
   
 [permalinks]
   posts = "/:title/"
-- 
GitLab