This commit is contained in:
parent
b15bfc41fc
commit
9813219413
50
config.toml
Normal file
50
config.toml
Normal file
@ -0,0 +1,50 @@
|
||||
# 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"
|
||||
Loading…
x
Reference in New Issue
Block a user