From efc93b142a1e322814d4d8ae374c0992695a7d0c Mon Sep 17 00:00:00 2001 From: Tixie Date: Fri, 7 Jun 2024 12:56:03 +0200 Subject: [PATCH 01/15] Renommer Wiki pour Guide dans la navigation --- static/index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/static/index.html b/static/index.html index 5b5f7a3..2c9059f 100644 --- a/static/index.html +++ b/static/index.html @@ -64,19 +64,19 @@
  • - + + (((((((() + |-------| + | GUIDE | + |-------| + |_______| + (((((((() + /------/| + /------/ | +/______/ | + |_______|
  • -- 2.43.4 From 2ca54a5e91919f4b1a61112193cd8c9b695bbc94 Mon Sep 17 00:00:00 2001 From: Tixie Date: Fri, 7 Jun 2024 13:41:17 +0200 Subject: [PATCH 02/15] Rendre le header selectionnable --- static/css/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/layout.css b/static/css/layout.css index aa1ede3..0bb2ab3 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -116,6 +116,7 @@ div#container { /* EN-TETE */ header { grid-area: header-start / main-col-sep 1 / header-end / main-col-sep 12; + z-index: 1; /* Pour le mettre au dessus de l'illustration jardin et que l'on puisse sélectionner son contenu */ } /* PIED DE PAGE */ -- 2.43.4 From e5df39ed5059ec017283d59ca45ac13ef6078109 Mon Sep 17 00:00:00 2001 From: Adrian Rosin Date: Mon, 22 Jan 2024 08:03:18 +0100 Subject: [PATCH 03/15] feat: join us link # Conflicts: # static/index.html --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 2c9059f..cf0e91f 100644 --- a/static/index.html +++ b/static/index.html @@ -1391,7 +1391,7 @@ _ ` ^ ¨ · _ - " ` * - ; - _ -- 2.43.4 From 8e269d3e5566a53bb68491e170cb7aca5b72d308 Mon Sep 17 00:00:00 2001 From: Tixie Date: Fri, 7 Jun 2024 19:03:09 +0200 Subject: [PATCH 04/15] =?UTF-8?q?CI:=20Ajout=20d'une=20task=20pour=20d?= =?UTF-8?q?=C3=A9sindexer=20le=20site=20si=20c'est=20un=20d=C3=A9ploiement?= =?UTF-8?q?=20en=20preprod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pour éviter que les moteurs de recherche flag du duplicate content parce qu'on a plusieurs sites identiques en ligne --- .woodpecker.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index d1d955b..76c1c0e 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -11,6 +11,14 @@ steps: - DEBIAN_FRONTEND=noninteractive apt install -qq -y ./tidy-5.8.0-Linux-64bit.deb - tidy -q -e static/index.html + - name: disable SEO indexing (on preprod only) + when: + event: [push, pull_request] + branch: preprod + image: debian:12 # Same as previous step to not have to download 2 images, but it could be any linux + commands: + - '[ -f static/robots.txt ] && echo "Disallow: /*" >> static/robots.txt' + - name: upload (preprod) when: event: [push, pull_request] -- 2.43.4 From 72f30c4319f48082636d317e596fcaefb3a64fc5 Mon Sep 17 00:00:00 2001 From: Adrian Rosin Date: Fri, 2 Feb 2024 11:11:46 +0100 Subject: [PATCH 05/15] fix: removed li role=none & aria-orintation=vertical #29 # Conflicts: # static/index.html --- static/index.html | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/static/index.html b/static/index.html index cf0e91f..ec6aa21 100644 --- a/static/index.html +++ b/static/index.html @@ -46,8 +46,8 @@