forked from codegouvfr/eleventy-dsfr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.js
More file actions
29 lines (29 loc) · 796 Bytes
/
metadata.js
File metadata and controls
29 lines (29 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module.exports = {
title: "Nom du site / service",
url: "https://url_du_site.gouv.fr/",
newsletter: [
{
url: "",
title: "",
description: ""
}
],
facebook_url: "",
mastodon_url: "",
twitter_url: "",
instagram_url: "",
linkedin_url: "",
youtube_url: "",
peertube_url: "",
github_url: "",
sourcehut_url: "",
repository_url: "https://github.com/codegouvfr/eleventy-dsfr",
language: "fr",
description: "baseline - précisions sur l‘organisation",
author: {
name: "Nom du service",
email: "contact@nom.du.service.gouv.fr",
url: "https://url_du_service.gouv.fr/"
},
service: "Nom de l’entité (ministère, secrétariat d‘état, gouvernement)"
}