53 lines
1.1 KiB
TOML
53 lines
1.1 KiB
TOML
# Configuration de l'adresse, titre (onglet) et des chemins vers les contenus
|
|
baseurl = "https://gregandev.fr"
|
|
contentdir = "content"
|
|
layoutdir = "layouts"
|
|
publishdir = "public"
|
|
title = "Gregandev"
|
|
logo = "images/logos/logo.png"
|
|
favicon = "images/logos/favicon.png"
|
|
theme = "silhouette-hugo"
|
|
|
|
author = "Grégory Lebreton"
|
|
|
|
[pagination]
|
|
pagerSize = 10
|
|
|
|
relativeURLs = false
|
|
canonifyURLs = true
|
|
|
|
#disqusShortname = ""
|
|
#googleAnalytics = ""
|
|
|
|
[params]
|
|
author = "Grégory Lebreton"
|
|
introDescription = "Ingénieur Devops"
|
|
enableRobotsTXT = true
|
|
contentSharing = ""
|
|
|
|
[Params.social]
|
|
github = "greglebreton"
|
|
linkedin = "grégory-lebreton-996b261bb"
|
|
gitlab = "greglebreton"
|
|
email = "greg"
|
|
|
|
[Params.social.share]
|
|
linkedin = true
|
|
email = true
|
|
|
|
# CONFIG LANGAGE
|
|
DefaultContentLanguage = "fr"
|
|
# theme = ["osm", "beautifulhugo"]
|
|
metaDataFormat = "yaml"
|
|
pygmentsUseClasses = true
|
|
pygmentCodeFences = true
|
|
|
|
# ICONES RESEAUX SOCIAUX
|
|
[Author]
|
|
name = "Greg Lebreton"
|
|
email = "contact@gregandev.fr"
|
|
# gitlab = "GregLebreton"
|
|
github = "GregLebreton"
|
|
linkedin = "grégory-lebreton-996b261bb"
|
|
itchio = "gregan"
|