This commit is contained in:
+2
-3
@@ -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"]
|
||||
|
||||
+7
-4
@@ -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 :
|
||||
|
||||
[]({{< 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" >}})
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user