From 8277e9b3bc1c3b06e7ae949a1692601151f3efed Mon Sep 17 00:00:00 2001
From: Alexandre Meyer <alexandre.meyer@univ-lyon1.fr>
Date: Fri, 18 Nov 2022 15:55:37 +0100
Subject: [PATCH] ...web

---
 web/config.toml      | 26 +++++++++++++-------------
 web/content/about.md |  1 -
 2 files changed, 13 insertions(+), 14 deletions(-)
 delete mode 100644 web/content/about.md

diff --git a/web/config.toml b/web/config.toml
index d22d20f..d5748eb 100644
--- a/web/config.toml
+++ b/web/config.toml
@@ -13,20 +13,20 @@ pygmentsUseClasses = true
   highlight = true
 
 [menu]
-  [[menu.main]]
-    identifier = "posts"
-    name = "posts"
-    title = "posts"
-    url = "/"
-    weight = 10
-
-  [[menu.main]]
-    identifier = "about"
-    name = "about"
-    title = "about"
-    url = "/about/"
-    weight = 20
+    [[menu.main]]
+        identifier = "index"
+        name = "index"
+        title = "home"
+        url = "/"
+        weight = 10
+    [[menu.main]]
+        identifier = "posts"
+        name = "posts"
+        title = "posts"
+        url = "/"
+        weight = 20
 
+  
 [permalinks]
   posts = "/:title/"
 
diff --git a/web/content/about.md b/web/content/about.md
deleted file mode 100644
index 02327a8..0000000
--- a/web/content/about.md
+++ /dev/null
@@ -1 +0,0 @@
-about 
\ No newline at end of file
-- 
GitLab