Skip to content

Commit dde853e

Browse files
committed
Add first poem of season 28
1 parent de23f6d commit dde853e

File tree

89 files changed

+214
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+214
-57
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"description": "Displays a prefilled notice with primary style set",
3+
"body": [
4+
"{{% notice style=\"primary\" %}}",
5+
"{{% include \"../../includes/a_specific_listing\" hidefirstheading %}}",
6+
"{{% /notice %}}"
7+
],
8+
"fields": [
9+
]
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"description": "Displays a prefilled notice with primary style set",
3+
"body": [
4+
"{{% notice style=\"primary\" %}}",
5+
"Reprise du premier vers d'un [poème de la enième saison](../n_enième_saison/poem_title).",
6+
"{{% /notice %}}"
7+
],
8+
"fields": [
9+
]
10+
}

.frontmatter/templates/poem.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

content/common/poem_count.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1350
1+
1351

content/fr/charts/general/categories-pie.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { addPieChart } from '../add-chart.js'
3333
{ label: 'Toucher', value: 16, color: 'rgba(244, 114, 5, 1)' },
3434
{ label: 'Sommeil', value: 14, color: 'rgba(209, 98, 4, 1)' },
3535
{ label: 'Printemps', value: 50, color: 'rgba(130, 196, 108, 1)' },
36-
{ label: 'Eté', value: 44, color: 'rgba(0, 86, 27, 1)' },
36+
{ label: 'Eté', value: 45, color: 'rgba(0, 86, 27, 1)' },
3737
{ label: 'Automne', value: 103, color: 'rgba(27, 79, 8, 1)' },
3838
{ label: 'Hiver', value: 62, color: 'rgba(24, 57, 30, 1)' },
3939
];

content/fr/charts/general/category-metric.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ import { addBubbleChart } from '../add-chart.js'
250250
{ x: 29, y: 4, r: 1.5686274509803921568627450980, color: 'rgba(121, 248, 248, 1)' },
251251
{ x: 34, y: 0, r: 0.7843137254901960784313725492, color: 'rgba(121, 248, 248, 1)' },
252252
{ x: 22, y: 11, r: 0.7843137254901960784313725492, color: 'rgba(121, 248, 248, 1)' },
253-
{ x: 13, y: 3, r: 1.5686274509803921568627450980, color: 'rgba(121, 248, 248, 1)' },
253+
{ x: 13, y: 3, r: 2.3529411764705882352941176472, color: 'rgba(121, 248, 248, 1)' },
254254
{ x: 27, y: 3, r: 1.5686274509803921568627450980, color: 'rgba(121, 248, 248, 1)' },
255255
{ x: 30, y: 0, r: 0.7843137254901960784313725492, color: 'rgba(121, 248, 248, 1)' },
256256
],

content/fr/charts/general/poem-dayofweek-pie.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { addPieChart } from '../add-chart.js'
55
{ label: 'Mardi', value: 184, color: 'rgba(72, 149, 239, 0.4)' },
66
{ label: 'Mercredi', value: 194, color: 'rgba(72, 149, 239, 0.5)' },
77
{ label: 'Jeudi', value: 147, color: 'rgba(72, 149, 239, 0.6000000000000001)' },
8-
{ label: 'Vendredi', value: 180, color: 'rgba(72, 149, 239, 0.7)' },
8+
{ label: 'Vendredi', value: 181, color: 'rgba(72, 149, 239, 0.7)' },
99
{ label: 'Samedi', value: 215, color: 'rgba(72, 149, 239, 0.8)' },
1010
{ label: 'Dimanche', value: 249, color: 'rgba(72, 149, 239, 0.9000000000000001)' },
1111
];

content/fr/charts/general/poem-intensity-pie.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { addPieChart } from '../add-chart.js'
22
(async function () {
33
const data = [
4-
{ label: '1 poème', value: 843, color: 'rgba(72, 149, 239, 0.5)' },
5-
{ label: '2 poèmes', value: 180, color: 'rgba(72, 149, 239, 0.6)' },
4+
{ label: '1 poème', value: 842, color: 'rgba(72, 149, 239, 0.5)' },
5+
{ label: '2 poèmes', value: 181, color: 'rgba(72, 149, 239, 0.6)' },
66
{ label: '3 poèmes', value: 35, color: 'rgba(72, 149, 239, 0.7)' },
77
{ label: '4 poèmes', value: 7, color: 'rgba(72, 149, 239, 0.8)' },
88
{ label: '5 poèmes', value: 4, color: 'rgba(72, 149, 239, 0.9)' },

content/fr/charts/general/poem-interval-bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { addBarChart } from '../add-chart.js'
22
(async function () {
33
const data = [
4-
{ label: 'Moins d\'un jour', value: 292, color: 'rgba(72, 149, 239, 1)' },
4+
{ label: 'Moins d\'un jour', value: 293, color: 'rgba(72, 149, 239, 1)' },
55
{ label: 'Un jour', value: 467, color: 'rgba(72, 149, 239, 0.9)' },
66
{ label: '2j', value: 187, color: 'rgba(72, 149, 239, 0.7)' },
77
{ label: '3j', value: 119, color: 'rgba(72, 149, 239, 0.7)' },

content/fr/charts/general/poem-length-by-verse-length.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ import { addBubbleChart } from '../add-chart.js'
7979
{ x: 2, y: 12, r: 2.9556650246305418719211822660, color: 'rgba(121, 248, 248, 1)' },
8080
{ x: 4, y: 8, r: 2.3645320197044334975369458128, color: 'rgba(121, 248, 248, 1)' },
8181
{ x: 4, y: 24, r: 1.7733990147783251231527093596, color: 'rgba(121, 248, 248, 1)' },
82-
{ x: 3, y: 12, r: 2.9556650246305418719211822660, color: 'rgba(121, 248, 248, 1)' },
82+
{ x: 3, y: 12, r: 3.5467980295566502463054187192, color: 'rgba(121, 248, 248, 1)' },
8383
{ x: 2, y: 14, r: 0.5911330049261083743842364532, color: 'rgba(121, 248, 248, 1)' },
8484
{ x: 1, y: 12, r: 0.5911330049261083743842364532, color: 'rgba(121, 248, 248, 1)' },
8585
{ x: 3, y: 24, r: 0.5911330049261083743842364532, color: 'rgba(121, 248, 248, 1)' },

0 commit comments

Comments
 (0)