2019-09-20 07:51:22 +02:00
|
|
|
baseurl = "https://trolliet.info/"
|
|
|
|
title = "Gregory Trolliet"
|
|
|
|
|
|
|
|
theme = "hugo-coder"
|
|
|
|
|
2019-09-20 10:56:51 +02:00
|
|
|
languagecode = "fr-fr"
|
2019-09-20 07:51:22 +02:00
|
|
|
defaultcontentlanguage = "fr"
|
|
|
|
# disableLanguages = ["en"]
|
|
|
|
|
|
|
|
paginate = 20
|
|
|
|
canonifyurls = false
|
|
|
|
|
|
|
|
pygmentsstyle = "b2"
|
|
|
|
pygmentscodefences = true
|
|
|
|
pygmentscodefencesguesssyntax = true
|
2019-11-11 13:47:03 +01:00
|
|
|
footnoteReturnLinkContents = "↩"
|
2019-09-20 07:51:22 +02:00
|
|
|
disqusShortname = "yourdiscussshortname"
|
|
|
|
|
2020-04-03 16:21:04 +02:00
|
|
|
[markup]
|
|
|
|
# defaultMarkdownHandler = "blackfriday"
|
|
|
|
[markup.goldmark]
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|
|
|
|
|
2019-09-20 07:51:22 +02:00
|
|
|
[params]
|
|
|
|
|
|
|
|
author = "Gregory Trolliet"
|
2020-01-09 07:24:50 +01:00
|
|
|
info = "Coach numérique, ingénieur, formateur & moniteur"
|
2019-09-20 07:51:22 +02:00
|
|
|
description = "Site personnel de Gregory Trolliet"
|
|
|
|
keywords = "blog,développeur,personnel"
|
2019-09-22 09:12:06 +02:00
|
|
|
images = ["images/avatar_grey.png"]
|
2019-09-20 07:51:22 +02:00
|
|
|
avatarurl = "images/avatar_grey.png"
|
|
|
|
footercontent = ""
|
|
|
|
posts = "Articles"
|
|
|
|
|
|
|
|
favicon_32 = "images/icon32.png"
|
|
|
|
favicon_16 = "images/icon16.png"
|
|
|
|
|
|
|
|
dateformat = "January 2, 2006"
|
|
|
|
|
|
|
|
hideCredits = true
|
|
|
|
hideCopyright = true
|
|
|
|
|
|
|
|
# Git Commit in Footer, uncomment the line below to enable it.
|
|
|
|
# commit = "https://github.com/luizdepra/hugo-coder/tree/"
|
|
|
|
|
|
|
|
rtl = false
|
|
|
|
|
|
|
|
# Use inverted colors
|
|
|
|
inverted = false
|
|
|
|
|
|
|
|
# Series see also post count
|
|
|
|
maxSeeAlsoItems = 5
|
|
|
|
|
|
|
|
# Custom CSS
|
2019-12-08 21:35:22 +01:00
|
|
|
custom_css = ["own-style.css", "fonts/Fork-Awesome-1.1.7/css/fork-awesome.min.css"]
|
2019-09-20 07:51:22 +02:00
|
|
|
|
|
|
|
# Disable disqus comments
|
|
|
|
disable_comments = true
|
|
|
|
|
|
|
|
[taxonomies]
|
2019-09-21 17:23:07 +02:00
|
|
|
tag = "tags"
|
|
|
|
category = "categories"
|
2019-09-20 07:51:22 +02:00
|
|
|
series = "series"
|
|
|
|
|
|
|
|
[[params.social]]
|
|
|
|
name = "Mon e-mail"
|
2019-12-08 21:35:22 +01:00
|
|
|
icon = "fa fa-envelope"
|
2019-09-20 07:51:22 +02:00
|
|
|
weight = 1
|
|
|
|
url = "mailto:gregory@trolliet.info"
|
|
|
|
|
|
|
|
[[params.social]]
|
2019-12-08 21:35:22 +01:00
|
|
|
name = "Mon numéro de téléphone"
|
|
|
|
icon = "fa fa-phone"
|
2019-09-20 07:51:22 +02:00
|
|
|
weight = 1
|
|
|
|
type = "tel"
|
|
|
|
url = "+41 79 321 73 50"
|
|
|
|
[[params.social]]
|
|
|
|
name = "Mon CV"
|
2019-12-08 21:35:22 +01:00
|
|
|
icon = "fa fa-file-text-o"
|
2019-09-20 07:51:22 +02:00
|
|
|
weight = 2
|
|
|
|
url = "files/GregoryTrolliet_cv.pdf"
|
|
|
|
[[params.social]]
|
|
|
|
name = "Mon compte Mastodon"
|
2019-12-08 21:35:22 +01:00
|
|
|
icon = "fa fa-mastodon"
|
2019-09-20 07:51:22 +02:00
|
|
|
weight = 3
|
|
|
|
url = "https://mastodon.zaclys.com/@Faket"
|
|
|
|
[[params.social]]
|
2019-12-10 11:23:01 +01:00
|
|
|
name = "Mon serveur Git"
|
2019-12-08 21:35:22 +01:00
|
|
|
icon = "fa fa-gitea"
|
2019-09-20 07:51:22 +02:00
|
|
|
weight = 4
|
2019-12-10 11:23:01 +01:00
|
|
|
url = "https://git.vulgarisons.info/raghnarok"
|
2019-09-20 07:51:22 +02:00
|
|
|
[[params.social]]
|
|
|
|
name = "Mon compte Pixelfed"
|
2019-12-08 21:35:22 +01:00
|
|
|
icon = "fa fa-pixelfed"
|
2019-09-20 07:51:22 +02:00
|
|
|
weight = 5
|
|
|
|
url = "https://pixelfed.social/Faket"
|
2019-12-10 11:23:01 +01:00
|
|
|
[[params.social]]
|
|
|
|
name = "Mon compte LinkedIn"
|
|
|
|
icon = "fa fa-linkedin"
|
|
|
|
weight = 5
|
|
|
|
url = "https://linkedin.com/in/gregory-trolliet-1a8384199"
|
|
|
|
[[params.social]]
|
|
|
|
name = "Mon compte Facebook"
|
|
|
|
icon = "fa fa-facebook"
|
|
|
|
weight = 5
|
|
|
|
url = "https://www.facebook.com/gregory.trolliet.10"
|
2019-09-20 07:51:22 +02:00
|
|
|
[[params.social]]
|
|
|
|
name = "Ma clé publique"
|
2019-12-08 21:35:22 +01:00
|
|
|
icon = "fa fa-key-modern"
|
2019-09-20 07:51:22 +02:00
|
|
|
weight = 6
|
|
|
|
url = "https://trolliet.info/files/gregory@trolliet.info(0x3C98E911AA6A3BD0).asc"
|
2019-11-11 13:46:45 +01:00
|
|
|
[[params.social]]
|
|
|
|
name = "Flux RSS"
|
|
|
|
icon = "fa fa-rss"
|
|
|
|
weight = 7
|
|
|
|
url = "https://trolliet.info/index.xml"
|
2019-09-20 07:51:22 +02:00
|
|
|
|
|
|
|
[languages]
|
|
|
|
[languages.en]
|
|
|
|
languagename = "English"
|
|
|
|
|
|
|
|
[languages.en.params]
|
|
|
|
author = "Gregory Trolliet"
|
|
|
|
description = "Gregory Trolliet's personal website"
|
|
|
|
keywords = "blog,developer,personal"
|
2020-01-09 07:24:50 +01:00
|
|
|
info = "Digital coach, engineer, trainer and teacher"
|
2019-09-20 07:51:22 +02:00
|
|
|
avatarurl = "images/avatar_grey.png"
|
|
|
|
footercontent = ""
|
|
|
|
posts = "Posts"
|
|
|
|
|
|
|
|
#[[languages.en.menu.main]]
|
|
|
|
#name = "About"
|
|
|
|
#weight = 1
|
|
|
|
#url = "/en/about/"
|
|
|
|
|
|
|
|
# [[languages.en.menu.main]]
|
2019-09-21 15:50:13 +02:00
|
|
|
# name = "Blog"
|
|
|
|
# weight = 2
|
|
|
|
# url = "/posts/"
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Projects"
|
|
|
|
weight = 3
|
|
|
|
url = "/projects/"
|
2019-09-20 07:51:22 +02:00
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Contact"
|
|
|
|
weight = 5
|
|
|
|
url = "/contact/"
|
|
|
|
|
|
|
|
|
|
|
|
[languages.fr]
|
|
|
|
languagename = "Français"
|
|
|
|
title = "Gregory Trolliet"
|
|
|
|
|
|
|
|
# [[languages.fr.menu.main]]
|
|
|
|
# name = "À propos"
|
|
|
|
# weight = 1
|
|
|
|
# url = "/about/"
|
|
|
|
|
|
|
|
[[languages.fr.menu.main]]
|
|
|
|
name = "Blog"
|
|
|
|
weight = 2
|
|
|
|
url = "/posts/"
|
|
|
|
|
|
|
|
[[languages.fr.menu.main]]
|
|
|
|
name = "Projets"
|
|
|
|
weight = 3
|
|
|
|
url = "/projects/"
|
|
|
|
|
|
|
|
[[languages.fr.menu.main]]
|
|
|
|
name = "Contact"
|
|
|
|
weight = 5
|
|
|
|
url = "/contact/"
|