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/"
|
||||
contentdir = "content"
|
||||
layoutdir = "layouts"
|
||||
@ -5,6 +6,7 @@ publishdir = "public"
|
||||
title = "GreganDev"
|
||||
canonifyurls = true
|
||||
|
||||
# Configuration du language et thème
|
||||
DefaultContentLanguage = "en"
|
||||
theme = "beautifulhugo"
|
||||
metaDataFormat = "yaml"
|
||||
@ -13,9 +15,11 @@ pygmentCodeFences = true
|
||||
#disqusShortname = "XXX"
|
||||
#googleAnalytics = "XXX"
|
||||
|
||||
|
||||
# ACCUEIL
|
||||
[Params]
|
||||
subtitle = "Portfolio made in HUGO"
|
||||
logo = "img/avatar-icon.png"
|
||||
subtitle = "Portfolio made in HUGO !"
|
||||
logo = "img/logo2.png"
|
||||
favicon = "img/favicon.ico"
|
||||
dateFormat = "January 2, 2006"
|
||||
commit = false
|
||||
@ -33,28 +37,31 @@ pygmentCodeFences = true
|
||||
# src = "img/hexagon.jpg"
|
||||
# desc = "Hexagon"
|
||||
|
||||
|
||||
# ICONES RESEAUX SOCIAUX
|
||||
[Author]
|
||||
name = "Some Person"
|
||||
email = "youremail@domain.com"
|
||||
facebook = "username"
|
||||
googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
|
||||
gitlab = "username"
|
||||
github = "username"
|
||||
email = "greg.lebreton@hotmail.com"
|
||||
#facebook = "username"
|
||||
#googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
|
||||
gitlab = "GregLebreton"
|
||||
github = "GregLebreton"
|
||||
twitter = "username"
|
||||
reddit = "username"
|
||||
linkedin = "username"
|
||||
xing = "username"
|
||||
#xing = "username"
|
||||
stackoverflow = "users/XXXXXXX/username"
|
||||
snapchat = "username"
|
||||
#snapchat = "username"
|
||||
instagram = "username"
|
||||
youtube = "user/username" # or channel/channelname
|
||||
soundcloud = "username"
|
||||
#soundcloud = "username"
|
||||
spotify = "username"
|
||||
bandcamp = "username"
|
||||
#bandcamp = "username"
|
||||
itchio = "username"
|
||||
keybase = "username"
|
||||
#keybase = "username"
|
||||
|
||||
|
||||
# MENU
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
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/)
|
||||
/ [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.
|
||||
|
@ -1,19 +1,28 @@
|
||||
---
|
||||
title: About me
|
||||
subtitle: Why you'd want to hang out with me
|
||||
title: Un titre
|
||||
subtitle: Un sous titre
|
||||
comments: false
|
||||
---
|
||||
|
||||
My name is The Dude. I have the following qualities:
|
||||
### Exemple de texte
|
||||
|
||||
- I rock a great beard
|
||||
- I'm extremely loyal to my friends
|
||||
- I like bowling
|
||||
Mon nom est Greg Lebreton, et voici mes compétences:
|
||||
|
||||
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
|
||||
will answer **all** your questions.
|
||||
|
||||
### Des exemples d'ajouts de contenu
|
||||
|
||||
<!-- 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!
|
||||
date: 2015-01-05
|
||||
title: Bonjour Hugo!
|
||||
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