hugo-site/hugo.toml
greg b15bfc41fc
Some checks failed
continuous-integration/drone/push Build is failing
update config to ugo.toml + paginate deprecaeted
2026-01-07 00:00:55 +01:00

51 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 = 3
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"