Add RSS+Atom Feeds

This commit is contained in:
Fabrice Mouhartem 2023-12-25 18:16:41 +01:00
parent bbf3f8163a
commit fa03ca647c
3 changed files with 21 additions and 7 deletions

View File

@ -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, nhésitez pas à me contacter par e-mail à ladresse suivante : <img style="height:2em" src="/images/mel.png" alt="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)

View File

@ -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 <img style="height:2em" src="/images/mel.png" alt="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)

View File

@ -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