websiteOwn/config.toml

153 lines
3.0 KiB
TOML

baseurl = "https://trolliet.info/"
title = "Gregory Trolliet"
theme = "hugo-coder"
languagecode = "fr"
defaultcontentlanguage = "fr"
# disableLanguages = ["en"]
paginate = 20
canonifyurls = false
pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
disqusShortname = "yourdiscussshortname"
[params]
author = "Gregory Trolliet"
info = "Ingénieur en informatique, formateur & moniteur"
description = "Site personnel de Gregory Trolliet"
keywords = "blog,développeur,personnel"
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
custom_css = ["own-style.css", "fa_5.8.1_all.css"]
# Disable disqus comments
disable_comments = true
[taxonomies]
series = "series"
[[params.social]]
name = "Mon e-mail"
icon = "fas fa-envelope"
weight = 1
url = "mailto:gregory@trolliet.info"
[[params.social]]
name = "Mon noméro de téléphone"
icon = "fas fa-phone"
weight = 1
type = "tel"
url = "+41 79 321 73 50"
[[params.social]]
name = "Mon CV"
icon = "far fa-file-alt"
weight = 2
url = "files/GregoryTrolliet_cv.pdf"
[[params.social]]
name = "Mon compte Mastodon"
icon = "fab fa-mastodon"
weight = 3
url = "https://mastodon.zaclys.com/@Faket"
[[params.social]]
name = "Mon compte Framagit"
icon = "fab fa-gitlab"
weight = 4
url = "https://framagit.org/raghnarok"
[[params.social]]
name = "Mon compte Pixelfed"
icon = "fab own-pixelfed"
weight = 5
url = "https://pixelfed.social/Faket"
[[params.social]]
name = "Ma clé publique"
icon = "fas fa-key"
weight = 6
url = "https://trolliet.info/files/gregory@trolliet.info(0x3C98E911AA6A3BD0).asc"
[languages]
[languages.en]
languagename = "English"
[languages.en.params]
author = "Gregory Trolliet"
description = "Gregory Trolliet's personal website"
keywords = "blog,developer,personal"
info = "Computer engineer, trainer, coach and teacher"
avatarurl = "images/avatar_grey.png"
footercontent = ""
posts = "Posts"
#[[languages.en.menu.main]]
#name = "About"
#weight = 1
#url = "/en/about/"
[[languages.en.menu.main]]
name = "Blog"
weight = 2
url = "/posts/"
# [[languages.en.menu.main]]
# name = "Projects"
# weight = 3
# url = "/projects/"
[[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/"