From eb4b6f3b5b086511c7d7ecf513dadd8ef821a164 Mon Sep 17 00:00:00 2001 From: Gregan Date: Sun, 2 May 2021 11:45:11 +0200 Subject: [PATCH] test URL 2 --- config.toml | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/config.toml b/config.toml index cd77a92..629ff54 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ baseurl = "https://greglebreton.gitlab.io/hugo/" contentdir = "content" layoutdir = "layouts" publishdir = "public" -title = "Beautiful Hugo" +title = "GreganDev" canonifyurls = true DefaultContentLanguage = "en" @@ -14,7 +14,7 @@ pygmentCodeFences = true #googleAnalytics = "XXX" [Params] - subtitle = "Hugo Blog Template for GitLab Pages" + subtitle = "Portfolio made in HUGO" logo = "img/avatar-icon.png" favicon = "img/favicon.ico" dateFormat = "January 2, 2006" @@ -61,34 +61,29 @@ pygmentCodeFences = true weight = 1 [[menu.main]] - name = "About" - url = "page/about/" - weight = 3 - -[[menu.main]] - identifier = "samples" - name = "Samples" - weight = 2 - -[[menu.main]] - parent = "samples" - name = "Big Image Sample" + parent = "Projets" + name = "Projet 1" url = "post/2017-03-07-bigimg-sample" weight = 1 [[menu.main]] - parent = "samples" - name = "Math Sample" + parent = "Projets" + name = "Projet 2" url = "post/2017-03-05-math-sample" weight = 2 [[menu.main]] - parent = "samples" - name = "Code Sample" + parent = "Projets" + name = "Projet 3" url = "post/2016-03-08-code-sample" weight = 3 +[[menu.main]] + name = "A propos" + url = "page/about/" + weight = 3 + [[menu.main]] name = "Tags" url = "tags" - weight = 3 + weight = 4