From 1b589b89309bf3258f2be9e2901e6b6b477b07a9 Mon Sep 17 00:00:00 2001 From: Richard Dern Date: Sun, 29 Mar 2026 20:42:49 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20des=20statistiques?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/stats/data/images/articles_per_section.yaml | 2 +- content/stats/data/images/top_requests.yaml | 2 +- .../stats/data/images/weather_temperature_distribution.yaml | 4 ++++ content/stats/data/images/words_histogram.yaml | 2 +- content/stats/data/images/words_per_article.yaml | 2 +- content/stats/index.md | 2 ++ 6 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 content/stats/data/images/weather_temperature_distribution.yaml diff --git a/content/stats/data/images/articles_per_section.yaml b/content/stats/data/images/articles_per_section.yaml index be1ee521..cb1d67eb 100644 --- a/content/stats/data/images/articles_per_section.yaml +++ b/content/stats/data/images/articles_per_section.yaml @@ -1,4 +1,4 @@ #title: "" #attribution: "" -description: "Nombre d'articles publiés par section" +description: "Répartition des articles par section sous forme de treemap" #prompt: "" diff --git a/content/stats/data/images/top_requests.yaml b/content/stats/data/images/top_requests.yaml index da5fa995..285651c2 100644 --- a/content/stats/data/images/top_requests.yaml +++ b/content/stats/data/images/top_requests.yaml @@ -1,4 +1,4 @@ #title: "" #attribution: "" -description: "Top 10 des pages les plus vues" +description: "Top 10 des pages les plus vues en excluant les fichiers individuels" #prompt: "" diff --git a/content/stats/data/images/weather_temperature_distribution.yaml b/content/stats/data/images/weather_temperature_distribution.yaml new file mode 100644 index 00000000..a048686b --- /dev/null +++ b/content/stats/data/images/weather_temperature_distribution.yaml @@ -0,0 +1,4 @@ +#title: "" +#attribution: "" +description: "Fréquence de publication par tranche de température" +#prompt: "" diff --git a/content/stats/data/images/words_histogram.yaml b/content/stats/data/images/words_histogram.yaml index b585bcac..e38458d8 100644 --- a/content/stats/data/images/words_histogram.yaml +++ b/content/stats/data/images/words_histogram.yaml @@ -1,4 +1,4 @@ #title: "" #attribution: "" -description: "Histogramme par mots" +description: "Répartition cumulative des longueurs d'articles" #prompt: "" diff --git a/content/stats/data/images/words_per_article.yaml b/content/stats/data/images/words_per_article.yaml index 5e4dd4aa..75ce4a6c 100644 --- a/content/stats/data/images/words_per_article.yaml +++ b/content/stats/data/images/words_per_article.yaml @@ -1,4 +1,4 @@ #title: "" #attribution: "" -description: "Nombre de mots par article (moyenne mensuelle)" +description: "Evolution mensuelle du nombre moyen de mots par article" #prompt: "" diff --git a/content/stats/index.md b/content/stats/index.md index c563d105..bcde7480 100644 --- a/content/stats/index.md +++ b/content/stats/index.md @@ -54,3 +54,5 @@ L'essentiel des accès à mon site se fait donc via le flux RSS. ![](images/words_histogram.png) ![](images/weather_hexbin.png) + +![](images/weather_temperature_distribution.png)