diff --git a/config.toml b/config.toml index 629ff54..98d353a 100644 --- a/config.toml +++ b/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 = "" diff --git a/content/_index.md b/content/_index.md index e9eba9a..8e62b1d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,12 @@ -## Front Page Content +## Contenu de la page d'accueil + +![c'est une image](/images/hugo-logo.png) + + +{{< 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. diff --git a/content/page/about.md b/content/page/about.md index 82902e8..277aeb3 100644 --- a/content/page/about.md +++ b/content/page/about.md @@ -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 + + +Juste le meilleure film : [mon lien](https://www.youtube.com/watch?v=W8sop56DBUs) + + +![c'est une image](/images/hugo-logo.png) + + +{{< youtube ZSWzPI4BqvA >}} \ No newline at end of file diff --git a/content/post/2015-01-04-first-post.md b/content/post/2015-01-04-first-post.md index 4d4cf45..9939356 100644 --- a/content/post/2015-01-04-first-post.md +++ b/content/post/2015-01-04-first-post.md @@ -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! \ No newline at end of file +Test de post tout simple avec du contenu : + +{{< youtube ZSWzPI4BqvA >}} + +![c'est une image](/images/hugo-logo.png) \ No newline at end of file diff --git a/static/images/favicon.png b/static/images/favicon.png new file mode 100644 index 0000000..f234311 Binary files /dev/null and b/static/images/favicon.png differ diff --git a/static/images/hugo-logo.png b/static/images/hugo-logo.png new file mode 100644 index 0000000..bc4d59e Binary files /dev/null and b/static/images/hugo-logo.png differ diff --git a/static/images/logo2.png b/static/images/logo2.png new file mode 100644 index 0000000..09ed34b Binary files /dev/null and b/static/images/logo2.png differ diff --git a/themes/beautifulhugo/static/img/logo2.png b/themes/beautifulhugo/static/img/logo2.png new file mode 100644 index 0000000..09ed34b Binary files /dev/null and b/themes/beautifulhugo/static/img/logo2.png differ