diff options
author | RochDLY <roch.delannay@gmail.com> | 2023-11-08 00:52:26 +0100 |
---|---|---|
committer | RochDLY <roch.delannay@gmail.com> | 2023-11-08 00:52:26 +0100 |
commit | a4b1d908cc3e528ad74f18d5dcdd79393be54b28 (patch) | |
tree | 0e7ba746dd17be7adcdd76014d324e94320a5b09 /docs/posts/2023-11-07-je-n-ai-pas-ecrit-mon-billet.html | |
parent | 0b58365c5430544fb25f02f903fe435b714aad01 (diff) | |
download | pandoc-site-a4b1d908cc3e528ad74f18d5dcdd79393be54b28.tar.gz pandoc-site-a4b1d908cc3e528ad74f18d5dcdd79393be54b28.tar.bz2 pandoc-site-a4b1d908cc3e528ad74f18d5dcdd79393be54b28.zip |
modification du Makefile pour intégrer la prise en compte des modifications des templates dans le rebuild du site
Diffstat (limited to 'docs/posts/2023-11-07-je-n-ai-pas-ecrit-mon-billet.html')
-rw-r--r-- | docs/posts/2023-11-07-je-n-ai-pas-ecrit-mon-billet.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/posts/2023-11-07-je-n-ai-pas-ecrit-mon-billet.html b/docs/posts/2023-11-07-je-n-ai-pas-ecrit-mon-billet.html new file mode 100644 index 0000000..41b5b88 --- /dev/null +++ b/docs/posts/2023-11-07-je-n-ai-pas-ecrit-mon-billet.html @@ -0,0 +1,50 @@ +<!DOCTYPE html> +<html lang="fr" xml:lang="fr"> + <head> + <meta charset="utf-8"/> + + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + + <title>Roch Delannay | Je n’ai pas écrit mon billet</title> + + <meta name="author" content="Roch Delannay" /> + + <meta name="description" content="Blog | Carnet de recherche de Roch Delannay" /> + + <meta name="dcterms.date" content="2023-11-07" /> + + <meta name="generator" content="Pandoc, GNU make" /> + <!-- pandoc - https://pandoc.org/ --> + <!-- gnu make - https://www.gnu.org/software/make/ --> + <link rel="stylesheet" href="/css/styles.css" /> </head> + <body> + <header class="main-header"> + <nav class="navbar"> + <div> + <a href="/">Accueil</a> + <a href="/pages/publications.html">Publications savantes</a> + <a href="/pages/cours.html">Enseignements</a> + <a href="/pages/glossaire.html">Glossaire</a> + </div> + </nav></header> <div class="container"> + <header class="header-bloc"> + <h1>Je n’ai pas écrit mon billet</h1> +<!-- --> + <time>2023-11-07</time> +<!-- <p>Roch Delannay</p> + --> + </header> + <div class="content"> +<p>Hier soir, je me suis installé derrière mon clavier avec l’envie d’écrire un nouveau billet dans ce carnet très vide.</p> +<p>Sauf que je ne l’ai pas fait.</p> +<p>En ouvrant mon éditeur de texte j’ai décidé de reregarder la structure du site web, et une chose en enchaîne une autre, je n’ai même pas créé le fichier pour y écrire le billet.</p> + </div> + </div> +<footer> + <div> + <p>CC BY 4.0 Roch Delannay</p> + <p>Créé avec Pandoc et Make</p> + <a href="/pages/colophon.html">Colophon</a> + </div> +</footer> </body> +</html>
\ No newline at end of file |