update config.toml to get css with www.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
406079d076
commit
2ab6623201
44
config.toml
44
config.toml
@ -1,16 +1,17 @@
|
||||
# Configuration de l'adresse, titre (onglet) et des chemins vers les contenus
|
||||
baseurl = "https://gregandev.fr"
|
||||
contentdir = "content"
|
||||
layoutdir = "layouts"
|
||||
publishdir = "public"
|
||||
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"
|
||||
|
||||
relativeURLs = false
|
||||
canonifyURLs = true
|
||||
|
||||
#disqusShortname = ""
|
||||
#googleAnalytics = ""
|
||||
@ -39,39 +40,6 @@ 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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user