From 5572f97e4f9bd87c19ca6b54ee341dc3fe448f62 Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 16 Feb 2022 13:01:52 +0100 Subject: [PATCH 01/20] feat: Update homepage text --- content/_index.md | 46 +++++++++++++++------------------------ themes/hugo-theme-lowtech | 2 +- 2 files changed, 18 insertions(+), 30 deletions(-) diff --git a/content/_index.md b/content/_index.md index b341952..9ec3f7b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -34,13 +34,6 @@ Tous les services sont Open Source et sont accompagnés d'une formation personna
--
- - ![Collaboration sur un document](/icons/writting.svg) - ### Prise de notes collaborative - -
- Avec le logiciel libre Hedgedoc, prenez des notes à plusieurs au format Markdown. -
![Partager ses fichiers avec son équipe](/icons/share-file.svg) @@ -55,6 +48,15 @@ Tous les services sont Open Source et sont accompagnés d'une formation personna
Avec le logiciel libre Nextcloud, partagez votre calendrier et vos contacts avec les membres de votre organisation. + +-
+ + ![Collaboration sur un document](/icons/writting.svg) + ### Prise de notes collaborative + +
+ Avec le logiciel libre Hedgedoc, prenez des notes à plusieurs au format Markdown. + -
![Éco-conception de site internet](/icons/website.svg) @@ -74,31 +76,17 @@ Tous les services sont Open Source et sont accompagnés d'une formation personna ## Comment bénéficier des services de RésiLien ? {.center} -Pour tous les services hébergés par RésiLien, ce sera l'entreprise Weko (département de la Loire) ou Libenume (département des Côtes d'Armor) votre interlocutrice principale selon votre proximité géographique. +Ayant à cœur d'avoir une **relation de proximité**, nous vous conseillons de contacter l'antenne la plus proche. Celle-ci vous enverra une proposition commerciale en fonction de vos besoins. Chaque prestation inclut une **période d'accompagnement pour l'utilisation des services**. -- ### [Weko](https://weko.io) - [simon@weko.io](mailto:simon@weko.io) +- #### Antenne Loire + Simon Constans + [loire@resilien.fr](mailto:loire@resilien.fr) [07 57 18 01 68](tel:0757180168) -- ### [Libenume](https://libenume.fr/) - [contact@libenume.fr](mailto:contact@libenume.fr) +- #### Antenne Côtes d'Armor + Killian Kemps + [cotesdarmor@resilien.fr](mailto:cotesdarmor@resilien.fr) [07 64 70 62 94](tel:0764706294) -{ .cards } - -Ayant à cœur d'avoir une **relation de proximité**, nous vous conseillons de contacter l'entreprise la plus proche. Celle-ci vous enverra une proposition commerciale en fonction de vos besoins. Chaque prestation inclut une **période d'accompagnement pour l'utilisation des services**. - -
- -
-
- -## Blog -{.center} - -Voici nos derniers articles de blog : - -{{< blog-article-last >}} - -[Voir tous les articles](/blog/) +{ .cards .center }
diff --git a/themes/hugo-theme-lowtech b/themes/hugo-theme-lowtech index ae3473d..42c60bc 160000 --- a/themes/hugo-theme-lowtech +++ b/themes/hugo-theme-lowtech @@ -1 +1 @@ -Subproject commit ae3473dcea1a4bf11ccb887f1209324267f7c028 +Subproject commit 42c60bc876fcc93a804c9de471a66bf01a0b9a69 -- 2.40.1 From 55f88dd7bd8b6042f7e1fe47d7723fddb8431667 Mon Sep 17 00:00:00 2001 From: Simon C Date: Tue, 22 Feb 2022 17:27:03 +0100 Subject: [PATCH 02/20] feat(Plausible): Add analytic script --- layouts/partials/footer.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 0293544..518db15 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -15,3 +15,6 @@
  • Politique de protection des données
  • +{{ if eq hugo.Environment "production" }} + +{{ end }} -- 2.40.1 From 66e767424c85d25e9807ecbf6a318f8a1c91adeb Mon Sep 17 00:00:00 2001 From: Simon C Date: Tue, 22 Feb 2022 17:43:14 +0100 Subject: [PATCH 03/20] feat(Nginx): Add analytic on Content-Security-Policy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f66d28..322c3a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.weko.io/nginx-lowtech:0.0.9 +FROM registry.weko.io/nginx-lowtech:0.1.0 # Copie des sources du site COPY public /usr/share/nginx/html -- 2.40.1 From b55c159daaa8127bc5e072a632c36a974f9dd924 Mon Sep 17 00:00:00 2001 From: Simon C Date: Tue, 22 Feb 2022 19:09:42 +0100 Subject: [PATCH 04/20] feat(Plausible): Add script --- layouts/partials/footer.html | 5 +++-- layouts/partials/header.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 518db15..3b8b692 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -15,6 +15,7 @@
  • Politique de protection des données
  • -{{ if eq hugo.Environment "production" }} - +{{ if or (eq hugo.Environment "production") (eq hugo.Environment "staging") }} + + {{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index ce65e06..00ccd2b 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,7 +8,7 @@ {{ printf "" $tag | safeHTML }}