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)