From 3c3c5112100abebd1a3e376b31845d42c1792360 Mon Sep 17 00:00:00 2001
From: Alexandre Meyer <alexandre.meyer@univ-lyon1.fr>
Date: Fri, 18 Nov 2022 16:34:27 +0100
Subject: [PATCH] ...web

---
 web/content/{index.md => _index.md} | 0
 web/content/about/_index.md         | 1 +
 web/content/posts/_index.md         | 1 +
 3 files changed, 2 insertions(+)
 rename web/content/{index.md => _index.md} (100%)
 create mode 100644 web/content/about/_index.md
 create mode 100644 web/content/posts/_index.md

diff --git a/web/content/index.md b/web/content/_index.md
similarity index 100%
rename from web/content/index.md
rename to web/content/_index.md
diff --git a/web/content/about/_index.md b/web/content/about/_index.md
new file mode 100644
index 0000000..7f77a7e
--- /dev/null
+++ b/web/content/about/_index.md
@@ -0,0 +1 @@
+about/_index.md
diff --git a/web/content/posts/_index.md b/web/content/posts/_index.md
new file mode 100644
index 0000000..eafb30a
--- /dev/null
+++ b/web/content/posts/_index.md
@@ -0,0 +1 @@
+posts/_index
-- 
GitLab