add plausible js
This commit is contained in:
parent
0972077fe0
commit
9dbe41e882
|
@ -8,17 +8,17 @@ languages:
|
||||||
en:
|
en:
|
||||||
languageName: ":gb:"
|
languageName: ":gb:"
|
||||||
languageAltTitle: English
|
languageAltTitle: English
|
||||||
title: "Yann Verry | My blog"
|
title: "Yann Verry | When infrastructures matter"
|
||||||
homeInfoParams:
|
homeInfoParams:
|
||||||
Title: "Hi there \U0001F44B"
|
Title: "Hi there \U0001F44B"
|
||||||
Content: There is no magic, only unread error messages
|
Content: There is no magic, only unread error messages
|
||||||
fr:
|
fr:
|
||||||
languageName: ":fr:"
|
languageName: ":fr:"
|
||||||
languageAltTitle: French
|
languageAltTitle: French
|
||||||
title: "Yann Verry | Mon blog"
|
title: "Yann Verry | Quand les infrastructures comptent"
|
||||||
homeInfoParams:
|
homeInfoParams:
|
||||||
Title: "Bonjour à vous \U0001F44B"
|
Title: "Bonjour à vous \U0001F44B"
|
||||||
Content: "Il n'y a pas de magie, seulement des messages d'erreurs"
|
Content: "Il n'y a pas de magie, seulement des messages d'erreurs. L'infra à forte charge est ma passion, j'éssai de vous partager quelques feedback"
|
||||||
|
|
||||||
enableRobotsTXT: true
|
enableRobotsTXT: true
|
||||||
buildDrafts: false
|
buildDrafts: false
|
||||||
|
@ -32,7 +32,7 @@ minify:
|
||||||
params:
|
params:
|
||||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||||
title: Yann Verry
|
title: Yann Verry
|
||||||
description: "Blog de Yann Verry"
|
description: "Blog"
|
||||||
keywords: [Blog, Yann Verry]
|
keywords: [Blog, Yann Verry]
|
||||||
author: Me
|
author: Me
|
||||||
# images: ["https://20181125_092822-PANO.jpg"]
|
# images: ["https://20181125_092822-PANO.jpg"]
|
||||||
|
|
1
layouts/partials/extend_head.html
Normal file
1
layouts/partials/extend_head.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<script defer data-domain="yann.verry.org" src="https://stats.verry.org/js/plausible.js"></script>
|
Loading…
Reference in a new issue