diff --git a/content/pages/index-fr.md b/content/pages/index-fr.md index 06b65ab..0b08378 100644 --- a/content/pages/index-fr.md +++ b/content/pages/index-fr.md @@ -1,7 +1,8 @@ --- title: Bienvenue pagetitle: le blog de fmouhart: bienvenue -date: 2019-04-22 +Date: 2019-04-22 +Modified: 2019-04-22 author: Fabrice Mouhartem Header_Cover: ../images/covers/home.jpg slug: home @@ -9,7 +10,7 @@ save_as: ./index.html URL: og_image: ../images/miniature.png article_list: true -Lang: fr +lang: fr --- Bienvenue sur mon *blog*, je suis Fabrice Mouhartem. @@ -23,3 +24,7 @@ Si vous cherchez une version anglophone de ce blog, c'est [par là]({filename}in Pour toutes remarques ou commentaires, n’hésitez pas à me contacter par e-mail à l’adresse suivante : courriel. +Si vous voulez être mis au courant des nouveaux articles (en anglais en et français), des flux de syndications sont disponibles: + +* [Atom](/feeds/all.atom.xml) +* [RSS](/feeds/all.rss.xml) diff --git a/content/pages/index.md b/content/pages/index.md index 641a840..e3f637c 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -1,7 +1,8 @@ --- title: Welcome pagetitle: fmouhart's blog: welcome! -date: 2019-04-22 +Date: 2019-04-22 +Modified: 2023-12-25 author: Fabrice Mouhartem Header_Cover: images/covers/home.jpg slug: home @@ -13,9 +14,14 @@ Lang: en --- I'm Fabrice Mouhartem, and I welcome you to this _blog_, which aims at relieving my brain from the hard task of remembering all sorts of weird stuffs (thus, don't expect me to provide you some fresh original contents). I hope it'll help some of you as well. -Those stuffs will be mainly about my everyday use of _linux_ but not only. +Those stuffs will be mainly about my everyday use of _Linux_ but not only. -If you are lost and are looking for my professional page, it's available [**here**](https://fmouhart.epheme.re) where you can find a list of my [annex activities](https://fmouhart.epheme.re/pages/etc.html) as well as a list of [free and open source software I everyday use](https://fmouhart.epheme.re/pages/etc.html#free-and-open-source-software). +If you are lost and are looking for my professional page, it's available [**here**](https://fmouhart.epheme.re) where you can find a list of my [annex activities](https://fmouhart.epheme.re/pages/etc.html) as well as a list of [free and open source software I use every day](https://fmouhart.epheme.re/pages/etc.html#free-and-open-source-software). If you are looking for a French version of this blog, you take a look over [there]({filename}index-fr.md). If you want to send me any questions or comments about this blog, feel free to do so at courriel. + +For those interested to follow the blog, there are the following feeds: + +- [Atom](/feeds/all-en.atom.xml) and [Atom (fr + en)](/feeds/all.atom.xml) +- [RSS](/feeds/all-en.rss.xml) and [RSS (fr+en)](/feeds/all.rss.xml) diff --git a/publishconf.py b/publishconf.py index 5bdc564..7ae51c5 100644 --- a/publishconf.py +++ b/publishconf.py @@ -15,9 +15,12 @@ RELATIVE_URLS = False DELETE_OUTPUT_DIRECTORY = True -FEED_ALL_ATOM = None +FEED_DOMAIN = SITEURL +FEED_ALL_ATOM = 'feeds/all.atom.xml' +FEED_ALL_RSS = 'feeds/all.rss.xml' CATEGORY_FEED_ATOM = None -TRANSLATION_FEED_ATOM = None +TRANSLATION_FEED_ATOM = 'feeds/all-{lang}.atom.xml' +TRANSLATION_FEED_RSS = 'feeds/all-{lang}.rss.xml' AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None