From b731e758636be980c1eedfa7bd7ad91e83c4d2f0 Mon Sep 17 00:00:00 2001 From: theo1 Date: Mon, 16 Nov 2020 20:16:26 +0100 Subject: [PATCH] fixup! deactivating pagination for index --- output/category/poemes.html | 30 ++++++++++++++++++++++++++++++ output/category/poemes2.html | 30 ++++++++++++++++++++++++++++++ output/category/poemes3.html | 30 ++++++++++++++++++++++++++++++ output/category/poemes4.html | 30 ++++++++++++++++++++++++++++++ output/category/poemes5.html | 24 ++++++++++++++++++++++++ pelicanconf.py | 4 ++-- 6 files changed, 146 insertions(+), 2 deletions(-) diff --git a/output/category/poemes.html b/output/category/poemes.html index 373600c..9e54f8d 100644 --- a/output/category/poemes.html +++ b/output/category/poemes.html @@ -34,6 +34,36 @@ » +

Cœur charbon

+ 04.09.2020 +

---

+

Synecdoche, New York

+ 19.08.2020 +

---

+

Ne rentre pas

+ 14.06.2020 +

---

+

La fumée

+ 01.06.2020 +

---

+

Ce que ça fait de moi

+ 05.09.2018 +

---

+

Mardi TLJ/TLH

+ 05.09.2018 +

---

+

Ciel chargé

+ 11.06.2018 +

---

+

Gardav

+ 21.05.2018 +

---

+

Nul espoir n'est perdu

+ 11.11.2017 +

---

+

Tournoie tournoie

+ 11.11.2017 +

---

diff --git a/output/category/poemes2.html b/output/category/poemes2.html index 945bac3..89e32ed 100644 --- a/output/category/poemes2.html +++ b/output/category/poemes2.html @@ -37,6 +37,36 @@ » +

L'art de soulever les montagnes

+ 02.10.2017 +

---

+

Revoir ma vallée

+ 03.09.2017 +

---

+

Remembering you dearly

+ 18.05.2017 +

---

+

C'est une bien longue nuit

+ 05.05.2017 +

---

+

Cordes de chanvre

+ 05.05.2017 +

---

+

Malléable

+ 05.05.2017 +

---

+

Viscéral

+ 05.05.2017 +

---

+

On n'entend pas l'eau qui coule

+ 13.02.2017 +

---

+

||||

+ 03.02.2017 +

---

+

Pourrir

+ 03.02.2017 +

---

diff --git a/output/category/poemes3.html b/output/category/poemes3.html index 97f05c3..c4dac9b 100644 --- a/output/category/poemes3.html +++ b/output/category/poemes3.html @@ -37,6 +37,36 @@ » +

La lumière du jour...

+ 27.01.2017 +

---

+

Obus sur la ville

+ 27.01.2017 +

---

+

Wak wak

+ 27.01.2017 +

---

+

Andréa (1)

+ 03.01.2017 +

---

+

Andréa (2)

+ 03.01.2017 +

---

+

Andréa (3)

+ 03.01.2017 +

---

+

Andréa (4)

+ 03.01.2017 +

---

+

Chat noir, ours blanc

+ 28.12.2016 +

---

+

Eternel, immortel

+ 28.11.2016 +

---

+

Une nuit sur la route

+ 28.11.2016 +

---

diff --git a/output/category/poemes4.html b/output/category/poemes4.html index d92d7f2..fbe0127 100644 --- a/output/category/poemes4.html +++ b/output/category/poemes4.html @@ -37,6 +37,36 @@ » +

Mer de la tranquilité

+ 20.09.2016 +

---

+

Si tu pouvais...

+ 02.03.2016 +

---

+

Visite

+ 02.02.2016 +

---

+

Les échassiers

+ 26.01.2016 +

---

+

Que celui...

+ 26.09.2015 +

---

+

Perrine

+ 16.02.2015 +

---

+

A un ami (2)

+ 30.12.2014 +

---

+

Léa

+ 14.12.2014 +

---

+

Quatre astres

+ 14.12.2014 +

---

+

Une petite pièce à l'encre rouge

+ 14.12.2014 +

---

diff --git a/output/category/poemes5.html b/output/category/poemes5.html index 642c8af..327d5cd 100644 --- a/output/category/poemes5.html +++ b/output/category/poemes5.html @@ -36,6 +36,30 @@ +

PØLÅIR

+ 03.11.2014 +

---

+

A un ami (1)

+ 02.11.2014 +

---

+

je perdurerai

+ 02.11.2014 +

---

+

te verrais-je alors ?

+ 22.10.2014 +

---

+

Coltrane sharp

+ 16.10.2014 +

---

+

Dans la plaine les moai dansent

+ 09.10.2014 +

---

+

The woods

+ 28.08.2014 +

---

+

Ants

+ 11.08.2014 +

---

diff --git a/pelicanconf.py b/pelicanconf.py index 8417232..ebc075c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -13,8 +13,8 @@ TIMEZONE = 'Europe/Paris' DEFAULT_LANG = 'fr' DEFAULT_ORPHANS = 0 -PAGINATED_TEMPLATES = {'index': None, 'tag': None, 'category': 10, 'author': None} - +PAGINATED_TEMPLATES = {'category': 10} +DEFAULT_PAGINATION = 10 # Feed generation is usually not desired when developing FEED_ALL_ATOM = None