From 9813219413b89a0d3048070236e18bb97c78fb0e Mon Sep 17 00:00:00 2001 From: greg Date: Wed, 7 Jan 2026 00:01:57 +0100 Subject: [PATCH] revert to config.toml --- config.toml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..0bc0c82 --- /dev/null +++ b/config.toml @@ -0,0 +1,50 @@ +# Configuration de l'adresse, titre (onglet) et des chemins vers les contenus +baseurl = "https://gregandev.fr" +contentdir = "content" +layoutdir = "layouts" +publishdir = "public" +title = "Gregandev" +logo = "images/logos/logo.png" +favicon = "images/logos/favicon.png" +theme = "silhouette-hugo" + +author = "Grégory Lebreton" +pagination.pagerSize = 3 + +relativeURLs = false +canonifyURLs = true + +#disqusShortname = "" +#googleAnalytics = "" + +[params] +author = "Grégory Lebreton" +introDescription = "Ingénieur Devops" +enableRobotsTXT = true +contentSharing = "" + +[Params.social] +github = "greglebreton" +linkedin = "grégory-lebreton-996b261bb" +gitlab = "greglebreton" +email = "greg" + +[Params.social.share] + linkedin = true + email = true + +# CONFIG LANGAGE +DefaultContentLanguage = "fr" +# theme = ["osm", "beautifulhugo"] +metaDataFormat = "yaml" +pygmentsUseClasses = true +pygmentCodeFences = true + +# ICONES RESEAUX SOCIAUX +[Author] + name = "Greg Lebreton" + email = "contact@gregandev.fr" +# gitlab = "GregLebreton" + github = "GregLebreton" + linkedin = "grégory-lebreton-996b261bb" + itchio = "gregan"