This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
informatique:web:pelican:erreur503 [2024/12/18 22:47] – created yahiko | informatique:web:pelican:erreur503 [2025/01/27 13:45] (current) – [La configuration de Pelican] yahiko | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Erreur503 sous Pleican : comment qu' | ====== Erreur503 sous Pleican : comment qu' | ||
+ | |||
+ | <WRAP center round important 60%> | ||
+ | Page en cours de rédaction. | ||
+ | </ | ||
+ | |||
Détails du fonctionnement de Pelican pour mon usage. | Détails du fonctionnement de Pelican pour mon usage. | ||
Line 13: | Line 18: | ||
===== La configuration de Pelican ===== | ===== La configuration de Pelican ===== | ||
+ | |||
+ | La configuration de Pelican est située dans deux fichiers : | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | ==== Plugin Pelican ==== | ||
+ | |||
+ | === image-process === | ||
+ | |||
+ | J' | ||
+ | |||
+ | Dans '' | ||
+ | |||
+ | <code python> | ||
+ | IMAGE_PROCESS = { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | Sera créé dans chaque dossier d' | ||
+ | |||
+ | Pour générer une miniature dans un article : | ||
+ | |||
+ | <code markdown> | ||
+ | [ | ||
+ | |||
+ | </ | ||
+ | |||
+ | <code html> | ||
+ | {% if LINKS %} | ||
+ | <ul> | ||
+ | < | ||
+ | </ul> | ||
+ | {% endif %} | ||
+ | </ |