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
38
config.toml
38
config.toml
@ -4,13 +4,14 @@ contentdir = "content"
|
|||||||
layoutdir = "layouts"
|
layoutdir = "layouts"
|
||||||
publishdir = "public"
|
publishdir = "public"
|
||||||
title = "Gregandev"
|
title = "Gregandev"
|
||||||
canonifyurls = true
|
|
||||||
logo = "images/logos/logo.png"
|
logo = "images/logos/logo.png"
|
||||||
favicon = "images/logos/favicon.png"
|
favicon = "images/logos/favicon.png"
|
||||||
|
|
||||||
author = "Grégory Lebreton"
|
author = "Grégory Lebreton"
|
||||||
paginate = 3
|
paginate = 3
|
||||||
theme = "silhouette-hugo"
|
|
||||||
|
relativeURLs = false
|
||||||
|
canonifyURLs = true
|
||||||
|
|
||||||
#disqusShortname = ""
|
#disqusShortname = ""
|
||||||
#googleAnalytics = ""
|
#googleAnalytics = ""
|
||||||
@ -39,39 +40,6 @@ metaDataFormat = "yaml"
|
|||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
pygmentCodeFences = 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
|
# ICONES RESEAUX SOCIAUX
|
||||||
[Author]
|
[Author]
|
||||||
name = "Greg Lebreton"
|
name = "Greg Lebreton"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user