This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatique:web:pelican:erreur503 [2025/01/08 08:04] – [Les variables] yahiko | informatique:web:pelican:erreur503 [2025/01/27 13:45] (current) – [La configuration de Pelican] yahiko | ||
---|---|---|---|
Line 20: | Line 20: | ||
La configuration de Pelican est située dans deux fichiers : | 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> | ||
+ | [![Jack Chirac]({static}/ | ||
+ | </ | ||
+ | |||
+ | Avec un lien vers le fichier source : | ||
+ | |||
+ | <code markdown> | ||
+ | [![Jack Chirac]({static}/ | ||
+ | </ | ||
+ | |||
+ | ==== Extensions Markdown ==== | ||
+ | |||
+ | Dans '' | ||
+ | |||
+ | <code python> | ||
+ | # Markdown extensions | ||
+ | MARKDOWN = { | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | # https:// | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | }, | ||
+ | ' | ||
+ | } | ||
+ | </ | ||
==== Les variables ==== | ==== Les variables ==== |