107 lines
2.4 KiB
TOML
107 lines
2.4 KiB
TOML
# Configuration de l'adresse, titre (onglet) et des chemins vers les contenus
|
|
baseurl = "/"
|
|
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"
|
|
|
|
pygmentsUseClasses=true
|
|
|
|
#disqusShortname = ""
|
|
#googleAnalytics = ""
|
|
|
|
[params]
|
|
author = "Grégory Lebreton"
|
|
introDescription = "Ingénieur Devops"
|
|
contentSharing = ""
|
|
|
|
[social]
|
|
github = "greglebreton"
|
|
linkedin = "grégory-lebreton-996b261bb"
|
|
gitlab = "greglebreton"
|
|
|
|
|
|
|
|
# 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 = 2022
|
|
# 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"
|
|
|
|
# # ACCUEIL
|
|
# [Params]
|
|
# subtitle = "Portfolio"
|
|
# since = 2022
|
|
# logo = "images/logos/logo.png"
|
|
# favicon = "images/logos/favicon.png"
|
|
# dateFormat = "January 2, 2006"
|
|
# commit = false
|
|
# rss = false
|
|
# comments = true
|
|
|
|
# ICONES RESEAUX SOCIAUX
|
|
[Author]
|
|
name = "Greg Lebreton"
|
|
email = "contact@gregandev.fr"
|
|
# gitlab = "GregLebreton"
|
|
github = "GregLebreton"
|
|
linkedin = "grégory-lebreton-996b261bb"
|
|
itchio = "gregan"
|
|
|
|
#twitter = "Gregan"
|
|
#reddit = "username"
|
|
#stackoverflow = "users/XXXXXXX/username"
|
|
#instagram = "username"
|
|
#youtube = "user/username" # or channel/channelname
|
|
#spotify = "username"
|
|
#keybase = "username"
|
|
#xing = "username"
|
|
#bandcamp = "username"
|
|
#snapchat = "username"
|
|
#soundcloud = "username"
|
|
#facebook = "username"
|
|
#googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
|
|
|