update css to absUrl for www.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1dadc1054d
commit
f2b94b9c63
50
hugo.toml
50
hugo.toml
@ -1,50 +0,0 @@
|
|||||||
# 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"
|
|
||||||
@ -16,9 +16,8 @@
|
|||||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
||||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ "css/styles.css" | relURL }}">
|
<link rel="stylesheet" href="{{ "css/styles.css" | absURL }}">
|
||||||
<link rel="stylesheet" href="{{ "css/syntax.css" | relURL }}">
|
<link rel="stylesheet" href="{{ "css/syntax.css" | absURL }}">
|
||||||
|
|
||||||
|
|
||||||
{{ block "head" . }}{{ end }}
|
{{ block "head" . }}{{ end }}
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user