mise à jour metadatas for SEO
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
greg 2025-06-26 17:18:50 +02:00
parent 6e4752f62e
commit 406079d076
4 changed files with 15 additions and 13 deletions

View File

@ -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"]

View File

@ -1,5 +1,8 @@
---
title: Accueil
description: "Portfolio pour GreganDev"
date: 2025-06-26
draft: false
---
<div class="contenu">
@ -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" >}})

View File

@ -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.

View File

@ -1,10 +1,10 @@
{{ with .Site.Social.gitlab -}}
{{ with .Site.Params.Social.gitlab -}}
<a class="py-2 px-2" href="https://git.gregandev.fr/gregandev"><i class="fab fa-gitlab" style="color: white;"></i></a>
{{ end -}}
{{ with .Site.Social.github -}}
{{ with .Site.Params.Social.github -}}
<a class="py-2 px-2" href="https://github.com/{{ . }}"><i class="fab fa-github" style="color: white;"></i></a>
{{ end -}}
{{ with .Site.Social.linkedin -}}
{{ with .Site.Params.Social.linkedin -}}
<a class="py-2 px-2" href="https://www.linkedin.com/in/{{ . }}/"><i class="fab fa-linkedin" style="color: white;"></i></a>
{{ end -}}
<!-- <a class="py-2 px-2" href='{{ "index.xml" | absURL }}'><i class="fas fa-rss"></i></a> -->