mise à jour metadatas for SEO
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6e4752f62e
commit
406079d076
@ -18,9 +18,10 @@ theme = "silhouette-hugo"
|
|||||||
[params]
|
[params]
|
||||||
author = "Grégory Lebreton"
|
author = "Grégory Lebreton"
|
||||||
introDescription = "Ingénieur Devops"
|
introDescription = "Ingénieur Devops"
|
||||||
|
enableRobotsTXT = true
|
||||||
contentSharing = ""
|
contentSharing = ""
|
||||||
|
|
||||||
[social]
|
[Params.social]
|
||||||
github = "greglebreton"
|
github = "greglebreton"
|
||||||
linkedin = "grégory-lebreton-996b261bb"
|
linkedin = "grégory-lebreton-996b261bb"
|
||||||
gitlab = "greglebreton"
|
gitlab = "greglebreton"
|
||||||
@ -30,8 +31,6 @@ email = "greg"
|
|||||||
linkedin = true
|
linkedin = true
|
||||||
email = true
|
email = true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# CONFIG LANGAGE ET THEME
|
# CONFIG LANGAGE ET THEME
|
||||||
DefaultContentLanguage = "fr"
|
DefaultContentLanguage = "fr"
|
||||||
# theme = ["osm", "beautifulhugo"]
|
# theme = ["osm", "beautifulhugo"]
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Accueil
|
title: Accueil
|
||||||
|
description: "Portfolio pour GreganDev"
|
||||||
|
date: 2025-06-26
|
||||||
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="contenu">
|
<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 :
|
Voici les projets sur lesquels je travaille actuellement :
|
||||||
|
|
||||||
[]({{< relref "page/la-2029.md" >}})
|
[]({{< relref "projets/la-2029.md" >}})
|
||||||
|
|
||||||
[]({{< relref "page/goldeneyevr.md" >}})
|
[]({{< relref "projets/goldeneyevr.md" >}})
|
||||||
|
|
||||||
[]({{< relref "page/akiravr.md" >}})
|
[]({{< relref "projets/akiravr.md" >}})
|
||||||
|
|
||||||
[]({{< relref "page/retroarcade.md" >}})
|
[]({{< relref "projets/retroarcade.md" >}})
|
||||||
|
|
||||||
[]({{< relref "page/garagenum.md" >}})
|
[]({{< relref "page/garagenum.md" >}})
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: MON PARCOURS
|
title: "MON PARCOURS"
|
||||||
subtitle:
|
|
||||||
comments: false
|
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.
|
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.
|
||||||
|
@ -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>
|
<a class="py-2 px-2" href="https://git.gregandev.fr/gregandev"><i class="fab fa-gitlab" style="color: white;"></i></a>
|
||||||
{{ end -}}
|
{{ 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>
|
<a class="py-2 px-2" href="https://github.com/{{ . }}"><i class="fab fa-github" style="color: white;"></i></a>
|
||||||
{{ end -}}
|
{{ 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>
|
<a class="py-2 px-2" href="https://www.linkedin.com/in/{{ . }}/"><i class="fab fa-linkedin" style="color: white;"></i></a>
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
<!-- <a class="py-2 px-2" href='{{ "index.xml" | absURL }}'><i class="fas fa-rss"></i></a> -->
|
<!-- <a class="py-2 px-2" href='{{ "index.xml" | absURL }}'><i class="fas fa-rss"></i></a> -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user