diff --git a/config.toml b/config.toml index 12db9b9..81440b2 100644 --- a/config.toml +++ b/config.toml @@ -18,9 +18,10 @@ theme = "silhouette-hugo" [params] author = "Grégory Lebreton" introDescription = "Ingénieur Devops" +enableRobotsTXT = true contentSharing = "" -[social] +[Params.social] github = "greglebreton" linkedin = "grégory-lebreton-996b261bb" gitlab = "greglebreton" @@ -30,8 +31,6 @@ email = "greg" linkedin = true email = true - - # CONFIG LANGAGE ET THEME DefaultContentLanguage = "fr" # theme = ["osm", "beautifulhugo"] diff --git a/content/_index.md b/content/_index.md index 4097722..6085e4a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,8 @@ --- title: Accueil +description: "Portfolio pour GreganDev" +date: 2025-06-26 +draft: false ---
@@ -13,13 +16,13 @@ Développeur passionné par les technologies de l'information et de communicatio Voici les projets sur lesquels je travaille actuellement : -[![LA2029](images/jeux/CaptureTerminatorQuest00.png)]({{< relref "page/la-2029.md" >}}) +[![LA2029](images/jeux/CaptureTerminatorQuest00.png)]({{< relref "projets/la-2029.md" >}}) -[![GEVR](images/jeux/GEVRCover.jpg)]({{< relref "page/goldeneyevr.md" >}}) +[![GEVR](images/jeux/GEVRCover.jpg)]({{< relref "projets/goldeneyevr.md" >}}) -[![E&MVSW](images/jeux/AkiraCover.JPG)]({{< relref "page/akiravr.md" >}}) +[![E&MVSW](images/jeux/AkiraCover.JPG)]({{< relref "projets/akiravr.md" >}}) -[![E&MVSW](images/jeux/cover.jpg)]({{< relref "page/retroarcade.md" >}}) +[![E&MVSW](images/jeux/cover.jpg)]({{< relref "projets/retroarcade.md" >}}) [![GARAGE](images/formation/garagenum.png)]({{< relref "page/garagenum.md" >}}) diff --git a/content/page/about.md b/content/page/about.md index aef3d25..7d61060 100644 --- a/content/page/about.md +++ b/content/page/about.md @@ -1,8 +1,8 @@ --- -title: MON PARCOURS -subtitle: +title: "MON PARCOURS" comments: false -description: ma formation et mes compétences +description: "Mon parcours, mes compétences" +draft: false --- Après mon Baccalauréat, j'ai choisi de travailler pour être indépendant. C'est plus tard que j'ai trouvé ma vocation et alors ai entrepris de reprendre les études nécessaires pour faire le méter de mes rêves. diff --git a/themes/silhouette-hugo/layouts/partials/social-icons.html b/themes/silhouette-hugo/layouts/partials/social-icons.html index b2dcf6d..a4d2d65 100644 --- a/themes/silhouette-hugo/layouts/partials/social-icons.html +++ b/themes/silhouette-hugo/layouts/partials/social-icons.html @@ -1,10 +1,10 @@ -{{ with .Site.Social.gitlab -}} +{{ with .Site.Params.Social.gitlab -}} {{ end -}} -{{ with .Site.Social.github -}} +{{ with .Site.Params.Social.github -}} {{ end -}} -{{ with .Site.Social.linkedin -}} +{{ with .Site.Params.Social.linkedin -}} {{ end -}}