Framework pour créer son site web en 2 minutes, et en Markdown!
https://www.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.9 KiB
84 lines
1.9 KiB
7 months ago
|
# Configuration de l'adresse, titre (onglet) et des chemins vers les contenus
|
||
|
baseurl = "https://www.gregandev.fr"
|
||
|
contentdir = "content"
|
||
|
layoutdir = "layouts"
|
||
|
publishdir = "public"
|
||
|
title = "Gregandev"
|
||
|
canonifyurls = true
|
||
|
logo = "images/logos/logo.png"
|
||
|
favicon = "images/logos/favicon.png"
|
||
|
|
||
|
author = "Grégory Lebreton"
|
||
|
paginate = 3
|
||
|
theme = "silhouette-hugo"
|
||
|
|
||
|
#disqusShortname = ""
|
||
|
#googleAnalytics = ""
|
||
|
|
||
|
[params]
|
||
|
author = "Grégory Lebreton"
|
||
|
introDescription = "Ingénieur Devops"
|
||
|
contentSharing = ""
|
||
|
|
||
|
[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
|
||
|
|
||
|
|
||
|
# [params]
|
||
|
# mainbg = "images/unix.jpg"
|
||
|
# name = "Gregandev"
|
||
|
# # mainTitle = "Portfolio"
|
||
|
# mainText = "Devops for Game"
|
||
|
# # subtitle = "Portfolio"
|
||
|
# since = 2016
|
||
|
# logo = "images/logos/logo.png"
|
||
|
# favicon = "images/logos/favicon.png"
|
||
|
# dateFormat = "January 2, 2006"
|
||
|
# commit = false
|
||
|
# rss = false
|
||
|
# comments = true
|
||
|
|
||
|
# [menus]
|
||
|
# [[menu.main]]
|
||
|
# identifier = "about"
|
||
|
# name = "A propos"
|
||
|
# url = "page/about"
|
||
|
# [[menu.main]]
|
||
|
# identifier = "skills"
|
||
|
# name = "Liens"
|
||
|
# url = "page/liens"
|
||
|
# [[menu.main]]
|
||
|
# identifier = "projects"
|
||
|
# name = "Projects"
|
||
|
# url = "page/projects"
|
||
|
# [[menu.main]]
|
||
|
# identifier = "projects"
|
||
|
# name = "CV"
|
||
|
# url = "https://cv.gregandev.fr"
|
||
|
|
||
|
# ICONES RESEAUX SOCIAUX
|
||
|
[Author]
|
||
|
name = "Greg Lebreton"
|
||
|
email = "contact@gregandev.fr"
|
||
|
# gitlab = "GregLebreton"
|
||
|
github = "GregLebreton"
|
||
|
linkedin = "grégory-lebreton-996b261bb"
|
||
|
itchio = "gregan"
|