2025-02-14 17:12:59 +01:00
|
|
|
{
|
|
|
|
"site": {
|
|
|
|
"name": "Nom du Site",
|
|
|
|
"description": "Description du site"
|
|
|
|
},
|
2025-02-16 22:22:37 +01:00
|
|
|
"about": {
|
|
|
|
"title": "À propos",
|
|
|
|
"content": "",
|
2025-02-17 13:03:10 +01:00
|
|
|
"background": "assets/images/site/about-bg.jpg",
|
|
|
|
"links": [
|
|
|
|
{
|
|
|
|
"title": "Mon Blog",
|
|
|
|
"url": "https://blog.example.com",
|
|
|
|
"target": "_blank"
|
|
|
|
}
|
|
|
|
]
|
2025-02-16 22:22:37 +01:00
|
|
|
},
|
2025-02-14 17:12:59 +01:00
|
|
|
"users": [
|
|
|
|
{
|
|
|
|
"id": "admin",
|
|
|
|
"password": "$2y$10$pfYTH9z.ZvdgTJTj779X7.wL6m8S4.vSznQEiPdy6coaz.MeJkT76",
|
|
|
|
"comment": "Mot de passe par défaut « admin ». À changer dès la première connexion."
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|