From aee38f2baeadc51e30996286aff8119825b0dc6d Mon Sep 17 00:00:00 2001 From: Alexandre Meyer <alexandre.meyer@univ-lyon1.fr> Date: Fri, 18 Nov 2022 15:58:44 +0100 Subject: [PATCH] ...web --- web/config.toml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/web/config.toml b/web/config.toml index d5748eb..188e748 100644 --- a/web/config.toml +++ b/web/config.toml @@ -7,18 +7,12 @@ pygmentsCodeFences = true pygmentsUseClasses = true [params] - description = "Your site description" - copyright = "Copyright © 2021 Your Name" + description = "Animation en synthèse d'images" + copyright = "c" dark = "auto" highlight = true [menu] - [[menu.main]] - identifier = "index" - name = "index" - title = "home" - url = "/" - weight = 10 [[menu.main]] identifier = "posts" name = "posts" -- GitLab