Compare commits
22 Commits
Author | SHA1 | Date |
---|---|---|
|
2cf3ff19cf | |
|
f59c4983f7 | |
|
7865e006e4 | |
|
d2a6542b81 | |
|
1a6f9c9735 | |
|
6a3a4e6d8b | |
|
f6c3086ee0 | |
|
a1d12d1384 | |
|
0ac5640ca4 | |
|
040fdf4533 | |
|
5896ae0e81 | |
|
a16a591661 | |
|
0674f296c3 | |
|
615affee61 | |
|
e7868166db | |
|
d4e26c0000 | |
|
1de8199332 | |
|
dc28f379e6 | |
|
a6e31a9676 | |
|
287fb36a80 | |
|
1b394ad151 | |
|
58dd9961e6 |
48
.drone.yml
48
.drone.yml
|
@ -1,41 +1,38 @@
|
||||||
---
|
---
|
||||||
# drone encrypt Jarnat/jarnat $AWS_ACCESS_KEY_ID
|
# drone encrypt Weko/jarnat $AWS_ACCESS_KEY_ID
|
||||||
kind: secret
|
kind: secret
|
||||||
name: PRODUCTION_AWS_ACCESS_KEY_ID
|
name: PRODUCTION_AWS_ACCESS_KEY_ID
|
||||||
data: UoUtfAK67HGPeZHY7jOwi0wXeQVjJeaPP7COGDbQ24Uq5exuuv0/e+aVQitPUkpOcTiBuDH1
|
data: /th5QIqUKKWEiFW7AlGt6WIyIRfA7P3BSY23egt7FatmVa9DSgPoezR2vEOL9pkrCapTOhhJ
|
||||||
|
|
||||||
---
|
---
|
||||||
# drone encrypt Jarnat/jarnat $AWS_SECRET_ACCESS_KEY
|
# drone encrypt Weko/jarnat $AWS_SECRET_ACCESS_KEY
|
||||||
kind: secret
|
kind: secret
|
||||||
name: PRODUCTION_AWS_SECRET_ACCESS_KEY
|
name: PRODUCTION_AWS_SECRET_ACCESS_KEY
|
||||||
data: 2xgKaj9MXtc1NiyPLeIRCOLRVYjl7EKCxgUANr+tfrKQdtFk6ey5vAF9u42CLK9QcztSJ7rf3IK9k8/UskAf5/Ytj8jwjHTsxSZrAAm74Sv9c+XS2M1MSGSTEjY=
|
data: k/KDv1h6aQ1mrosL+cruxfcZRBtnpxjIgcLq7sqZI2aEpts/9CmjauppP6XP0uVG35PwM4IR8jilwqkQrECkrc8DHxm7GsRtulyNl7ZhbdkfBqRjqy+w9e/zwBw=
|
||||||
|
|
||||||
---
|
---
|
||||||
# drone encrypt Jarnat/jarnat $AWS_ACCESS_KEY_ID
|
# drone encrypt Weko/jarnat $AWS_ACCESS_KEY_ID
|
||||||
kind: secret
|
kind: secret
|
||||||
name: STAGING_AWS_ACCESS_KEY_ID
|
name: STAGING_AWS_ACCESS_KEY_ID
|
||||||
data: Fj/s8kHdQ4V4YQJLqHNCdtIuPeTXQvRhcqZdJhD+fqvstpHxlARinrp2aB0pzRPmbG27u+Gp
|
data: K3xcuAFbL8rEElaHCvvO9sWIPxzavluZwbQxBACI8C0Nw0Vqn6eNvgGaCVMPb8tZLCEUz/Yf
|
||||||
|
|
||||||
---
|
---
|
||||||
# drone encrypt Jarnat/jarnat $AWS_SECRET_ACCESS_KEY
|
# drone encrypt Weko/jarnat $AWS_SECRET_ACCESS_KEY
|
||||||
kind: secret
|
kind: secret
|
||||||
name: STAGING_AWS_SECRET_ACCESS_KEY
|
name: STAGING_AWS_SECRET_ACCESS_KEY
|
||||||
data: cZ9+WkF1Q70ckB8ruLEcsKxeTw/sw33D7lMtpmTVjnojcLqUoOHx1arTzjtTSMrs7qXXOm6/xgqAcRqh1RPCRfW1RdVdeGHE84MQyTaU0ob+frzH8lNxCH+VMF0=
|
data: U8yV9Pt87uyTGuLrQD8tFB/XPbx0T6FBoZKIQEs5FcMnbDp6lpXEE3K4MamTYU80pT8uJf3rIol9RBzltXuKgutIubYg/vUCBXp28gchuwxymvM7TnRGYkgXa9w=
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: production
|
name: production
|
||||||
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: klakegg/hugo:0.101.0-ext-debian-ci
|
image: klakegg/hugo:0.101.0-ext-debian-ci
|
||||||
commands:
|
commands:
|
||||||
- hugo --minify --environment production
|
- hugo --minify --environment production
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: klakegg/hugo:0.101.0-ext-debian-ci
|
image: klakegg/hugo:0.101.0-ext-debian-ci
|
||||||
environment:
|
environment:
|
||||||
|
@ -46,6 +43,17 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- hugo deploy --environment production
|
- hugo deploy --environment production
|
||||||
|
|
||||||
|
- name: notify
|
||||||
|
image: plugins/matrix@sha256:f1affb31b0c86963c97c6f976fa0dcb3cc84272057fd8558d609d28b3064bd7f
|
||||||
|
settings:
|
||||||
|
homeserver: https://converser.eu
|
||||||
|
roomid: "QwOITmkKxRJJyCSDOZ:converser.eu"
|
||||||
|
userid: "resilien:converser.eu"
|
||||||
|
accesstoken:
|
||||||
|
from_secret: MATRIX_ACCESSTOKEN
|
||||||
|
when:
|
||||||
|
status: [ failure ]
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
@ -55,15 +63,12 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: staging
|
name: staging
|
||||||
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: klakegg/hugo:0.101.0-ext-debian-ci
|
image: klakegg/hugo:0.101.0-ext-debian-ci
|
||||||
commands:
|
commands:
|
||||||
- hugo --minify --buildDrafts --buildFuture --environment staging
|
- hugo --minify --buildDrafts --buildFuture --environment staging
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: klakegg/hugo:0.101.0-ext-debian-ci
|
image: klakegg/hugo:0.101.0-ext-debian-ci
|
||||||
environment:
|
environment:
|
||||||
|
@ -73,3 +78,14 @@ steps:
|
||||||
from_secret: STAGING_AWS_SECRET_ACCESS_KEY
|
from_secret: STAGING_AWS_SECRET_ACCESS_KEY
|
||||||
commands:
|
commands:
|
||||||
- hugo deploy --environment staging
|
- hugo deploy --environment staging
|
||||||
|
|
||||||
|
- name: notify
|
||||||
|
image: plugins/matrix@sha256:f1affb31b0c86963c97c6f976fa0dcb3cc84272057fd8558d609d28b3064bd7f
|
||||||
|
settings:
|
||||||
|
homeserver: https://converser.eu
|
||||||
|
roomid: "QwOITmkKxRJJyCSDOZ:converser.eu"
|
||||||
|
userid: "resilien:converser.eu"
|
||||||
|
accesstoken:
|
||||||
|
from_secret: MATRIX_ACCESSTOKEN
|
||||||
|
when:
|
||||||
|
status: [ failure ]
|
||||||
|
|
14
README.md
14
README.md
|
@ -13,12 +13,12 @@ Vous pouvez retrouver les parties suivantes :
|
||||||
- Les articles de blog sont dans le dossier [content](./content/) et sont spécifique aux langues
|
- Les articles de blog sont dans le dossier [content](./content/) et sont spécifique aux langues
|
||||||
- Les images statiques sont dans le dossier [static/images](./static/images/) aucun traitement n'est effectué par Hugo, il faut donc qu'elles soient optimisées
|
- Les images statiques sont dans le dossier [static/images](./static/images/) aucun traitement n'est effectué par Hugo, il faut donc qu'elles soient optimisées
|
||||||
- Les données des différentes parties de la page d'accueil sont dans le dossier [data](./data/) avec une partie en [français](./data/fr/) et en [anglais](./data/en/)
|
- Les données des différentes parties de la page d'accueil sont dans le dossier [data](./data/) avec une partie en [français](./data/fr/) et en [anglais](./data/en/)
|
||||||
- Les [services](https://git.weko.io/Jarnat/jarnat/src/branch/main/data/fr/service.yml)
|
- Les [services](https://git.resilien.fr/Weko/jarnat/src/branch/main/data/fr/service.yml)
|
||||||
- Les [modalités](https://git.weko.io/Jarnat/jarnat/src/branch/main/data/fr/cta.yml)
|
- Les [modalités](https://git.resilien.fr/Weko/jarnat/src/branch/main/data/fr/cta.yml)
|
||||||
- Le [Bandeau SAP](https://git.weko.io/Jarnat/jarnat/src/branch/main/data/fr/feature.yml)
|
- Le [Bandeau SAP](https://git.resilien.fr/Weko/jarnat/src/branch/main/data/fr/feature.yml)
|
||||||
- La [zone d'intervention](https://git.weko.io/Jarnat/jarnat/src/branch/main/data/fr/skill.yml)
|
- La [zone d'intervention](https://git.resilien.fr/Weko/jarnat/src/branch/main/data/fr/skill.yml)
|
||||||
- La [vision](https://git.weko.io/Jarnat/jarnat/src/branch/main/data/fr/about.yml)
|
- La [vision](https://git.resilien.fr/Weko/jarnat/src/branch/main/data/fr/about.yml)
|
||||||
- Les [contacts](https://git.weko.io/Jarnat/jarnat/src/branch/main/data/fr/contact.yml)
|
- Les [contacts](https://git.resilien.fr/Weko/jarnat/src/branch/main/data/fr/contact.yml)
|
||||||
- L'ordre des parties sur la page d'accueil sont dans le fichier [index.html](./themes/meghna-hugo/layouts/index.html)
|
- L'ordre des parties sur la page d'accueil sont dans le fichier [index.html](./themes/meghna-hugo/layouts/index.html)
|
||||||
|
|
||||||
## Technologie
|
## Technologie
|
||||||
|
@ -32,6 +32,8 @@ Le site utilise :
|
||||||
- du CSS pour le design
|
- du CSS pour le design
|
||||||
- du [Markdown](https://fr.wikipedia.org/wiki/Markdown) pour le contenu
|
- du [Markdown](https://fr.wikipedia.org/wiki/Markdown) pour le contenu
|
||||||
|
|
||||||
|
Le site est construit par [un robot](https://ci.resilien.fr/Weko/jarnat) qui lance la publication sur staging et la production (après avoir créer une étiquette).
|
||||||
|
|
||||||
# Thème
|
# Thème
|
||||||
|
|
||||||
Pour créer le site nous sommes partis du thème [Meghna](https://gethugothemes.com/products/meghna) de la société [Themefisher](https://themefisher.com/) que nous avons adapté pour correspondre au plus prêt des besoins de Jarnat. Le template a été acheté par la société Weko - CAP Services.
|
Pour créer le site nous sommes partis du thème [Meghna](https://gethugothemes.com/products/meghna) de la société [Themefisher](https://themefisher.com/) que nous avons adapté pour correspondre au plus prêt des besoins de Jarnat. Le template a été acheté par la société Weko - CAP Services.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
# Titre de la page d'accueil
|
# Titre de la page d'accueil
|
||||||
title: Jarnat
|
title: Jarnat - Jardinage au naturel - Bordeaux et alentours
|
||||||
|
|
||||||
# Theme choisi
|
# Theme choisi
|
||||||
theme: meghna-hugo
|
theme: meghna-hugo
|
||||||
|
|
|
@ -4,4 +4,4 @@ deployment:
|
||||||
targets:
|
targets:
|
||||||
- name: production
|
- name: production
|
||||||
URL: >-
|
URL: >-
|
||||||
s3://jarnat.fr?endpoint=http://10.20.20.25:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
s3://jarnat.fr?endpoint=https://s3.garage.resilien.cloud&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
||||||
|
|
|
@ -4,4 +4,4 @@ deployment:
|
||||||
targets:
|
targets:
|
||||||
- name: staging
|
- name: staging
|
||||||
URL: >-
|
URL: >-
|
||||||
s3://staging.jarnat.fr?endpoint=http://10.20.20.25:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
s3://staging.jarnat.fr?endpoint=https://s3.garage.resilien.cloud&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
||||||
|
|
|
@ -5,7 +5,7 @@ date: 2022-09-13
|
||||||
|
|
||||||
## Éditeur
|
## Éditeur
|
||||||
|
|
||||||
Le site WEB https://jarnat.fr est édité par la SARL JARNAT, immatriculée 91440400900013.
|
Le site WEB https://jarnat.fr est édité par la SARL JARNAT, immatriculée 91440400900021.
|
||||||
Jarnat est une entreprise de l'économie sociale et solidaire.
|
Jarnat est une entreprise de l'économie sociale et solidaire.
|
||||||
|
|
||||||
## Directeur de publication
|
## Directeur de publication
|
||||||
|
|
|
@ -12,6 +12,10 @@ contact:
|
||||||
info : "Téléphone : **[06 99 99 00 33](tel:0699990033)**"
|
info : "Téléphone : **[06 99 99 00 33](tel:0699990033)**"
|
||||||
- icon : ti-email # themify icon pack : https://themify.me/themify-icons
|
- icon : ti-email # themify icon pack : https://themify.me/themify-icons
|
||||||
info : "Email : **[bonjour@jarnat.fr](mailto:bonjour@jarnat.fr)**"
|
info : "Email : **[bonjour@jarnat.fr](mailto:bonjour@jarnat.fr)**"
|
||||||
|
- icon : ti-facebook # themify icon pack : https://themify.me/themify-icons
|
||||||
|
info : "Notre page : **[Facebook](https://www.facebook.com/jarnat33)**"
|
||||||
|
- icon : ti-linkedin # themify icon pack : https://themify.me/themify-icons
|
||||||
|
info : "Notre page : **[LinkedIn](https://www.linkedin.com/company/jarnat)**"
|
||||||
|
|
||||||
|
|
||||||
# Contact form
|
# Contact form
|
||||||
|
|
|
@ -10,10 +10,9 @@ cta:
|
||||||
Une question à propos de nos prestations ? Une demande liée à votre jardin ? N’hésitez pas à nous contacter, nous serons ravis d’**échanger avec vous** !
|
Une question à propos de nos prestations ? Une demande liée à votre jardin ? N’hésitez pas à nous contacter, nous serons ravis d’**échanger avec vous** !
|
||||||
|
|
||||||
Nous venons vous rencontrer lors d’un **passage gratuit**, pour faire connaissance avec vous et votre jardin.
|
Nous venons vous rencontrer lors d’un **passage gratuit**, pour faire connaissance avec vous et votre jardin.
|
||||||
Ensuite nous vous proposons un devis pour intervenir selon votre besoin.
|
Ensuite nous vous proposons un devis sur-mesure pour répondre à votre besoin.
|
||||||
|
|
||||||
Dans un second temps nous pourrons mettre en place un forfait et nous occuper de **transformer en douceur votre jardin durablement, par son entretien**.
|
|
||||||
|
|
||||||
|
|
||||||
call_to_action :
|
call_to_action :
|
||||||
- icon : ti-mobile # themify icon pack : https://themify.me/themify-icons
|
- icon : ti-mobile # themify icon pack : https://themify.me/themify-icons
|
||||||
text : 06 99 99 00 33
|
text : 06 99 99 00 33
|
||||||
|
|
|
@ -8,7 +8,9 @@ feature:
|
||||||
title : Vous êtes un particulier ?
|
title : Vous êtes un particulier ?
|
||||||
content : |
|
content : |
|
||||||
Bénéficiez du [Service À la Personne (SAP)](https://www.jardiniers-professionnels.fr/credit-dimpot-et-entretien-de-jardin/) 50% du coût est pris en charge en partenariat avec la coopérative basque Jardiniers professionnels.
|
Bénéficiez du [Service À la Personne (SAP)](https://www.jardiniers-professionnels.fr/credit-dimpot-et-entretien-de-jardin/) 50% du coût est pris en charge en partenariat avec la coopérative basque Jardiniers professionnels.
|
||||||
|
|
||||||
|
NOUVEAU : Bénéficiez de l’avance immédiate ! Ainsi vous n'aurez pas à avancer la somme crédit d'impôt lors du paiement de la facture (soit les 50% du devis).
|
||||||
|
|
||||||
call_to_action:
|
call_to_action:
|
||||||
text: Comment avoir une réduction de 50% ?
|
text: Comment avoir une réduction de 50% ?
|
||||||
link: "https://www.jardiniers-professionnels.fr/credit-dimpot-et-entretien-de-jardin/"
|
link: "https://www.jardiniers-professionnels.fr/credit-dimpot-et-entretien-de-jardin/"
|
||||||
|
|
|
@ -7,38 +7,41 @@ service:
|
||||||
- name : Entretien classique de jardins
|
- name : Entretien classique de jardins
|
||||||
icon : #ti-world # themify icon pack : https://themify.me/themify-icons
|
icon : #ti-world # themify icon pack : https://themify.me/themify-icons
|
||||||
content : |
|
content : |
|
||||||
Tonte pelouse
|
Taille raisonnée arbustes et haies
|
||||||
Débroussaillage
|
Désherbage préventif et sélectif
|
||||||
Taille haies et arbustes
|
Tonte différenciée de la pelouse
|
||||||
Désherbage raisonné
|
|
||||||
Petit élagage
|
|
||||||
Soin et protection des plantes
|
Soin et protection des plantes
|
||||||
Ramassage feuilles
|
Ramassage feuilles
|
||||||
|
Débroussaillage
|
||||||
|
Broyage et paillage des végétaux
|
||||||
|
|
||||||
|
|
||||||
# service item loop
|
# service item loop
|
||||||
- name : Accompagnement sur-mesure
|
- name : Accompagnement sur-mesure
|
||||||
icon : #ti-layout # themify icon pack : https://themify.me/themify-icons
|
icon : #ti-layout # themify icon pack : https://themify.me/themify-icons
|
||||||
content : |
|
content : |
|
||||||
Diagnostic de votre jardin
|
État des lieux de votre jardin
|
||||||
Inventaire et cartographie
|
Suivi du calendrier d’entretien
|
||||||
Plan de suivi et d’entretien personnalisé
|
Gestion écologique
|
||||||
Gestion différenciée du jardin
|
Diagnostic personnalisé
|
||||||
Semis de végétaux locaux
|
Plan d’action de transformation du jardin
|
||||||
Installation de foyers de biodiversité
|
Autonomie du jardin et économie d'eau
|
||||||
Écriteaux personnalisés
|
Préparation du sol pour plantations et potager
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# service item loop
|
# service item loop
|
||||||
- name : Approche écologique
|
- name : Conseils et cours particuliers
|
||||||
icon : #ti-blackboard # themify icon pack : https://themify.me/themify-icons
|
icon : #ti-blackboard # themify icon pack : https://themify.me/themify-icons
|
||||||
content : |
|
content : |
|
||||||
Broyage sur place
|
Cours de jardinage à domicile
|
||||||
Gestion circulaire des déchets
|
Explication des bases de gestion d’un jardin
|
||||||
Paillage d’hiver et couvert végétal
|
Choix des végétaux et matériaux
|
||||||
Tonte différenciée & fauche tardive
|
Planter au bon endroit au bon moment
|
||||||
Accompagnement compost
|
Techniques de taille
|
||||||
Installation diffuseurs d'eau et récupérateurs d’eau
|
Choix et entretien de vos outils
|
||||||
Préparation du sol pour un potager
|
Ateliers en groupe
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# service item loop
|
# service item loop
|
||||||
|
|
|
@ -5,7 +5,7 @@ skill:
|
||||||
subtitle : "Notre zone d'intervention"
|
subtitle : "Notre zone d'intervention"
|
||||||
# content : |
|
# content : |
|
||||||
content_blocks:
|
content_blocks:
|
||||||
- Nos cyclistes jardiniers sont en capacité de venir s’occuper de vos jardins sur les communes de Bordeaux, Bègles, Villenave d’Ornon, Talence, Pessac, Mérignac, Le Bouscat, Bruges et Floirac.
|
- Nos cyclistes jardiniers sont en capacité de venir s’occuper de vos jardins sur les communes de Bordeaux, Bègles, Talence, Pessac, Mérignac, Le Bouscat, Bruges, Eysines et Floirac.
|
||||||
- A Bordeaux, nous passons dans tous les quartiers, de l'hypercentre à Caudéran, Chartrons, Grand Parc, Jardin Public, La Bastide, Nansouty, Saint-Genès, Saint-Augustin, Tauzin, Alphonse Dupeux, La Benauge, Saint-Jean, Bacalan, Saint Seurin, Fondaudège, Quinconces, Capucins, Victoire, Mériadeck, Saint-Pierre, Ginko, Saint-Bruno.
|
- A Bordeaux, nous passons dans tous les quartiers, de l'hypercentre à Caudéran, Chartrons, Grand Parc, Jardin Public, La Bastide, Nansouty, Saint-Genès, Saint-Augustin, Tauzin, Alphonse Dupeux, La Benauge, Saint-Jean, Bacalan, Saint Seurin, Fondaudège, Quinconces, Capucins, Victoire, Mériadeck, Saint-Pierre, Ginko, Saint-Bruno.
|
||||||
# image : images/about/company-growth.webp
|
# image : images/about/company-growth.webp
|
||||||
image : images/about/carte.svg
|
image : images/about/carte.svg
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 text-center">
|
<div class="col-12 text-center">
|
||||||
<h1>404</h1>
|
<h1>Oups</h1>
|
||||||
<h2>Page Not Found</h2>
|
<h2>La page n'existe pas</h2>
|
||||||
<a class="btn btn-main" href="{{ site.BaseURL | relLangURL }}">Back to home</a>
|
<a class="btn btn-main" href="{{ site.BaseURL | relLangURL }}">Retour</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -56,4 +56,6 @@
|
||||||
</script>
|
</script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
<script defer data-domain="jarnat.fr" src="https://analytiques.resilien.cloud/js/plausible.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue