hugo-site/config.toml
greg 2ab6623201
Some checks failed
continuous-integration/drone/push Build is failing
update config.toml to get css with www.
2026-01-06 23:19:33 +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"
author = "Grégory Lebreton"
paginate = 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 ET THEME
DefaultContentLanguage = "fr"
# theme = ["osm", "beautifulhugo"]
theme = "silhouette-hugo"
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"