petits updates, premier post + about modif
This commit is contained in:
parent
eb4b6f3b5b
commit
7585876159
31
config.toml
31
config.toml
@ -1,3 +1,4 @@
|
|||||||
|
# Configuration de l'adresse, titre (onglet) et des chemins vers les contenus
|
||||||
baseurl = "https://greglebreton.gitlab.io/hugo/"
|
baseurl = "https://greglebreton.gitlab.io/hugo/"
|
||||||
contentdir = "content"
|
contentdir = "content"
|
||||||
layoutdir = "layouts"
|
layoutdir = "layouts"
|
||||||
@ -5,6 +6,7 @@ publishdir = "public"
|
|||||||
title = "GreganDev"
|
title = "GreganDev"
|
||||||
canonifyurls = true
|
canonifyurls = true
|
||||||
|
|
||||||
|
# Configuration du language et thème
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
theme = "beautifulhugo"
|
theme = "beautifulhugo"
|
||||||
metaDataFormat = "yaml"
|
metaDataFormat = "yaml"
|
||||||
@ -13,9 +15,11 @@ pygmentCodeFences = true
|
|||||||
#disqusShortname = "XXX"
|
#disqusShortname = "XXX"
|
||||||
#googleAnalytics = "XXX"
|
#googleAnalytics = "XXX"
|
||||||
|
|
||||||
|
|
||||||
|
# ACCUEIL
|
||||||
[Params]
|
[Params]
|
||||||
subtitle = "Portfolio made in HUGO"
|
subtitle = "Portfolio made in HUGO !"
|
||||||
logo = "img/avatar-icon.png"
|
logo = "img/logo2.png"
|
||||||
favicon = "img/favicon.ico"
|
favicon = "img/favicon.ico"
|
||||||
dateFormat = "January 2, 2006"
|
dateFormat = "January 2, 2006"
|
||||||
commit = false
|
commit = false
|
||||||
@ -33,28 +37,31 @@ pygmentCodeFences = true
|
|||||||
# src = "img/hexagon.jpg"
|
# src = "img/hexagon.jpg"
|
||||||
# desc = "Hexagon"
|
# desc = "Hexagon"
|
||||||
|
|
||||||
|
|
||||||
|
# ICONES RESEAUX SOCIAUX
|
||||||
[Author]
|
[Author]
|
||||||
name = "Some Person"
|
name = "Some Person"
|
||||||
email = "youremail@domain.com"
|
email = "greg.lebreton@hotmail.com"
|
||||||
facebook = "username"
|
#facebook = "username"
|
||||||
googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
|
#googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
|
||||||
gitlab = "username"
|
gitlab = "GregLebreton"
|
||||||
github = "username"
|
github = "GregLebreton"
|
||||||
twitter = "username"
|
twitter = "username"
|
||||||
reddit = "username"
|
reddit = "username"
|
||||||
linkedin = "username"
|
linkedin = "username"
|
||||||
xing = "username"
|
#xing = "username"
|
||||||
stackoverflow = "users/XXXXXXX/username"
|
stackoverflow = "users/XXXXXXX/username"
|
||||||
snapchat = "username"
|
#snapchat = "username"
|
||||||
instagram = "username"
|
instagram = "username"
|
||||||
youtube = "user/username" # or channel/channelname
|
youtube = "user/username" # or channel/channelname
|
||||||
soundcloud = "username"
|
#soundcloud = "username"
|
||||||
spotify = "username"
|
spotify = "username"
|
||||||
bandcamp = "username"
|
#bandcamp = "username"
|
||||||
itchio = "username"
|
itchio = "username"
|
||||||
keybase = "username"
|
#keybase = "username"
|
||||||
|
|
||||||
|
|
||||||
|
# MENU
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
url = ""
|
url = ""
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
## Front Page Content
|
## Contenu de la page d'accueil
|
||||||
|
|
||||||
|
<!-- Ajout image -->
|
||||||
|

|
||||||
|
|
||||||
|
<!-- Ajout vidéo youtube -->
|
||||||
|
{{< youtube ZSWzPI4BqvA >}}
|
||||||
|
|
||||||
|
### Explication de config
|
||||||
This website is powered by [GitLab Pages](https://about.gitlab.com/features/pages/)
|
This website is powered by [GitLab Pages](https://about.gitlab.com/features/pages/)
|
||||||
/ [Hugo](https://gohugo.io) and can be built in under 1 minute.
|
/ [Hugo](https://gohugo.io) and can be built in under 1 minute.
|
||||||
Literally. It uses the `beautifulhugo` theme which supports content on your front page.
|
Literally. It uses the `beautifulhugo` theme which supports content on your front page.
|
||||||
|
@ -1,19 +1,28 @@
|
|||||||
---
|
---
|
||||||
title: About me
|
title: Un titre
|
||||||
subtitle: Why you'd want to hang out with me
|
subtitle: Un sous titre
|
||||||
comments: false
|
comments: false
|
||||||
---
|
---
|
||||||
|
|
||||||
My name is The Dude. I have the following qualities:
|
### Exemple de texte
|
||||||
|
|
||||||
- I rock a great beard
|
Mon nom est Greg Lebreton, et voici mes compétences:
|
||||||
- I'm extremely loyal to my friends
|
|
||||||
- I like bowling
|
|
||||||
|
|
||||||
That rug really tied the room together.
|
- Devops
|
||||||
|
- C#
|
||||||
|
- PHP
|
||||||
|
- Java
|
||||||
|
|
||||||
### my history
|
Et bien plus encore.
|
||||||
|
|
||||||
To be honest, I'm having some trouble remembering right now, so why don't you
|
|
||||||
just watch [my movie](https://en.wikipedia.org/wiki/The_Big_Lebowski) and it
|
### Des exemples d'ajouts de contenu
|
||||||
will answer **all** your questions.
|
|
||||||
|
<!-- Ajout lien -->
|
||||||
|
Juste le meilleure film : [mon lien](https://www.youtube.com/watch?v=W8sop56DBUs)
|
||||||
|
|
||||||
|
<!-- Ajout image -->
|
||||||
|

|
||||||
|
|
||||||
|
<!-- Ajout vidéo youtube -->
|
||||||
|
{{< youtube ZSWzPI4BqvA >}}
|
@ -1,6 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: First post!
|
title: Bonjour Hugo!
|
||||||
date: 2015-01-05
|
date: 2021-01-05
|
||||||
---
|
---
|
||||||
|
|
||||||
This is my first post, how exciting!
|
Test de post tout simple avec du contenu :
|
||||||
|
|
||||||
|
{{< youtube ZSWzPI4BqvA >}}
|
||||||
|
|
||||||
|

|
BIN
static/images/favicon.png
Normal file
BIN
static/images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
static/images/hugo-logo.png
Normal file
BIN
static/images/hugo-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
static/images/logo2.png
Normal file
BIN
static/images/logo2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
BIN
themes/beautifulhugo/static/img/logo2.png
Normal file
BIN
themes/beautifulhugo/static/img/logo2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
Loading…
x
Reference in New Issue
Block a user