diff options
author | RochDLY <roch.delannay@gmail.com> | 2024-06-12 16:54:12 +0200 |
---|---|---|
committer | RochDLY <roch.delannay@gmail.com> | 2024-06-12 16:54:12 +0200 |
commit | 50a1913b361d70961486866638179a0080223145 (patch) | |
tree | d0be336f8c99c3c29df1a9873e4b923658f9ad5c /docs | |
parent | 637533a390c319033fc1607a8cc3ccf016e3dc49 (diff) | |
download | pandoc-site-50a1913b361d70961486866638179a0080223145.tar.gz pandoc-site-50a1913b361d70961486866638179a0080223145.tar.bz2 pandoc-site-50a1913b361d70961486866638179a0080223145.zip |
test de l'éditeur ex pour modifier quelques lignes dans le premier billet sur la création du site
Diffstat (limited to 'docs')
-rw-r--r-- | docs/posts/2023-11-03-creation-du-site.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/posts/2023-11-03-creation-du-site.html b/docs/posts/2023-11-03-creation-du-site.html index 2d35407..d25bae1 100644 --- a/docs/posts/2023-11-03-creation-du-site.html +++ b/docs/posts/2023-11-03-creation-du-site.html @@ -36,7 +36,7 @@ <ul> <li><a href="#make-cest-trop-cool" id="toc-make-cest-trop-cool">Make c’est trop cool</a></li> <li><a href="#architecture-des-documents" id="toc-architecture-des-documents">Architecture des documents</a></li> -<li><a href="#les-commandes" id="toc-les-commandes">Les commandes</a></li> +<li><a href="#les-lignes-de-commande" id="toc-les-lignes-de-commande">Les lignes de commande</a></li> </ul></li> </ul> </nav> @@ -111,7 +111,7 @@ <span id="cb1-40"><a href="#cb1-40" aria-hidden="true" tabindex="-1"></a><span class="ex">├──</span> Makefile</span> <span id="cb1-41"><a href="#cb1-41" aria-hidden="true" tabindex="-1"></a><span class="ex">├──</span> metadata.yaml</span> <span id="cb1-42"><a href="#cb1-42" aria-hidden="true" tabindex="-1"></a><span class="ex">└──</span> README.md</span></code></pre></div> -<h3 id="les-commandes">Les commandes</h3> +<h3 id="les-lignes-de-commande">Les lignes de commande</h3> <p>La production du site est réalisée vie une série de commandes Make et Pandoc.</p> <pre><code>make clean</code></pre> <p>Supprime tous les fichiers dans le dossier <code>docs/</code>.</p> |