From 2ab6623201fba1a0819e677fabe0ad3ef49ce3a3 Mon Sep 17 00:00:00 2001 From: greg Date: Tue, 6 Jan 2026 23:19:33 +0100 Subject: [PATCH] update config.toml to get css with www. --- config.toml | 44 ++++++-------------------------------------- 1 file changed, 6 insertions(+), 38 deletions(-) diff --git a/config.toml b/config.toml index 81440b2..ec6dfec 100644 --- a/config.toml +++ b/config.toml @@ -1,16 +1,17 @@ # Configuration de l'adresse, titre (onglet) et des chemins vers les contenus baseurl = "https://gregandev.fr" -contentdir = "content" -layoutdir = "layouts" -publishdir = "public" +contentdir = "content" +layoutdir = "layouts" +publishdir = "public" title = "Gregandev" -canonifyurls = true logo = "images/logos/logo.png" favicon = "images/logos/favicon.png" author = "Grégory Lebreton" paginate = 3 -theme = "silhouette-hugo" + +relativeURLs = false +canonifyURLs = true #disqusShortname = "" #googleAnalytics = "" @@ -39,39 +40,6 @@ metaDataFormat = "yaml" pygmentsUseClasses = true pygmentCodeFences = true - -# [params] -# mainbg = "images/unix.jpg" -# name = "Gregandev" -# # mainTitle = "Portfolio" -# mainText = "Devops for Game" -# # subtitle = "Portfolio" -# since = 2016 -# logo = "images/logos/logo.png" -# favicon = "images/logos/favicon.png" -# dateFormat = "January 2, 2006" -# commit = false -# rss = false -# comments = true - -# [menus] -# [[menu.main]] -# identifier = "about" -# name = "A propos" -# url = "page/about" -# [[menu.main]] -# identifier = "skills" -# name = "Liens" -# url = "page/liens" -# [[menu.main]] -# identifier = "projects" -# name = "Projects" -# url = "page/projects" -# [[menu.main]] -# identifier = "projects" -# name = "CV" -# url = "https://cv.gregandev.fr" - # ICONES RESEAUX SOCIAUX [Author] name = "Greg Lebreton"