From d0c0d8f4b1f3ca95d1d5d33ebd2e77ae2e5a995a Mon Sep 17 00:00:00 2001 From: Yannick Francois Date: Tue, 11 Feb 2020 14:55:24 +0100 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agenda.md | 2 +- content/boite-a-idee/index.html | 6 ++++++ content/feed.xml | 2 +- content/index.html | 9 +++++++++ content/index.md | 8 ++++++++ content/posts/index.html | 6 ++++++ keywords.md | 3 +++ lib/extract-keywords.md | 3 +++ lib/template.html | 9 +++++++++ 9 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 keywords.md create mode 100644 lib/extract-keywords.md diff --git a/agenda.md b/agenda.md index af68c13..a0b330e 100644 --- a/agenda.md +++ b/agenda.md @@ -4,7 +4,7 @@ - résilier orange - passer le PS1 --- -- mardi 15h amadou ? +- mardi 15h amadou - mercredi 12 février thé de chine walking dev montpellier - jeudi 13 17h réunion pédago descodeuses - vendredi 14 février 2020 10:00 – 11:00 Entretien Acheteur CSF diff --git a/content/boite-a-idee/index.html b/content/boite-a-idee/index.html index 7c05f51..71a9761 100644 --- a/content/boite-a-idee/index.html +++ b/content/boite-a-idee/index.html @@ -147,6 +147,12 @@
  • Introduction à la Permaculture
  • Permaculture : le guide pour bien débuter : Jardiner en imitant la nature

  • +

    YAF author test :

    +

    YAF keywords test :

    +

    liste ? +

    +

    diff --git a/content/feed.xml b/content/feed.xml index b783a3c..598a6c7 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -5,7 +5,7 @@ les dernières mise à jour du site tag:elsif.fr - Tue, 11 Feb 2020 11:34:55 +0100 + Tue, 11 Feb 2020 13:42:44 +0100 <a class="top header-title" href="../../index.html">Les pieds dans le code</a> diff --git a/content/index.html b/content/index.html index 0761158..df4da90 100644 --- a/content/index.html +++ b/content/index.html @@ -33,6 +33,15 @@ <p>Je partage une <a href="/boite-a-idee">liste trop grande de trucs que j’aimerais faire</a>.</p> </div> </div> + <p>YAF author test : <strong>Yannick</strong></p> + <p>YAF keywords test : <strong>index</strong></p> + <p>liste ? + <ul> + <li>test : index</li> + <li>test : truc</li> + <li>test : bidules</li> + </ul> + </p> </main> </body> </html> diff --git a/content/index.md b/content/index.md index 89adcf7..0dfe1d4 100644 --- a/content/index.md +++ b/content/index.md @@ -1,3 +1,11 @@ +--- +author: Yannick +keywords: + - index + - truc + - bidules +--- + <div style="display:block; "> <img src="/images/demi_portrait_bonnet.png" style="display: flex" class="portrait"> diff --git a/content/posts/index.html b/content/posts/index.html index 48cf41e..d5e9234 100644 --- a/content/posts/index.html +++ b/content/posts/index.html @@ -534,6 +534,12 @@ <li>02 Mar 2006 » <a href="/posts/2006/2006-03-02-les-premiers/">Les premiers</a></li> <li>01 Mar 2006 » <a href="/posts/2006/2006-03-01-trinity-rescue-a-laide/">Trinity rescue : A l'aide !</a></li> </ul> + <p>YAF author test : <strong></strong></p> + <p>YAF keywords test : <strong></strong></p> + <p>liste ? + <ul> + </ul> + </p> </main> </body> </html> diff --git a/keywords.md b/keywords.md new file mode 100644 index 0000000..a3c793f --- /dev/null +++ b/keywords.md @@ -0,0 +1,3 @@ +index +truc +bidules diff --git a/lib/extract-keywords.md b/lib/extract-keywords.md new file mode 100644 index 0000000..3eda16a --- /dev/null +++ b/lib/extract-keywords.md @@ -0,0 +1,3 @@ +$for(keywords)$ +$keywords$ +$endfor$ diff --git a/lib/template.html b/lib/template.html index 132e19a..db15462 100644 --- a/lib/template.html +++ b/lib/template.html @@ -23,6 +23,15 @@ <body> <main> $body$ + <p>YAF author test : <strong>$author$</strong></p> + <p>YAF keywords test : <strong>$keywords$</strong></p> + <p>liste ? + <ul> + $for(keywords)$ + <li>test : $keywords$</li> + $endfor$ + </ul> + </p> </main> </body> </html>