summaryrefslogtreecommitdiff
path: root/src/build/i18n.mjs
diff options
context:
space:
mode:
authorache <ache@ache.one>2024-08-10 07:33:54 +0200
committerache <ache@ache.one>2024-08-10 07:33:54 +0200
commit236665bdd0bc3ba3757800f2da466c9133347c95 (patch)
tree377fd23aea55ec0d45f356a1db77c938a228abe7 /src/build/i18n.mjs
parentClean sitemap.xml (diff)
Add RSS full description
Diffstat (limited to 'src/build/i18n.mjs')
-rw-r--r--src/build/i18n.mjs15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/build/i18n.mjs b/src/build/i18n.mjs
index b348c09..09dd6e4 100644
--- a/src/build/i18n.mjs
+++ b/src/build/i18n.mjs
@@ -22,11 +22,18 @@ const i18n = {
"2FA-discord-sur-pc.md",
"duckduckgo-google-en-mieux.md",
],
+ rss_full: {
+ title: "ache: Blog personnel",
+ quick_description:
+ "Programmation, Algorithmique, Système, *pick you poison*",
+ description: `<b>Ceci est un flux RSS</b> à destination des agrégateurs de contenu.<br>\nEn tant qu'être humain vous cherchez certainement <a href="https://ache.one/fr/">mon site web</a><br>\n<br>\nCe flux contient tous mes écrits petits ou grands. Si vous cherchez à ne suivre que les articles les plus importants et d'une certaine qualité, il existe un <a href="https://ache.one/fr/rss-full.xml">Flux RSS qui ne contient que mes principaux articles.</a>`,
+ },
+
rss: {
title: "ache: Blog personnel",
quick_description:
"Programmation, Algorithmique, Système, *pick you poison*",
- description: `<b>Ceci est un flux RSS</b> à destination des agrégateurs de contenu.<br>\nEn tant qu'être humain vous cherchez certainement <a href="https://ache.one/fr/">mon site web</a>.`,
+ description: `<b>Ceci est un flux RSS</b> à destination des agrégateurs de contenu.<br>\nEn tant qu'être humain vous cherchez certainement <a href="https://ache.one/fr/">mon site web</a><br>\n<br>\nCe flux ne contient que les articles, une version existe également avec tous mes écrits. <a href="https://ache.one/fr/rss-full.xml">Flux RSS avec les notes.</a>`,
},
toc_keyword: "Sommaire",
tag_desc: "Liste des articles ayant le tag",
@@ -57,9 +64,13 @@ const i18n = {
"web-image-formats.md",
"c-language-quirks.md",
],
+ rss_full: {
+ title: "ache: Personal blog",
+ description: `<b>This is a RSS feed</b> for content agreagator.<br>\nAs a human being, you are certainly looking for <a href="https://ache.one/en/">my website</a><br>\n<br>\nThis RSS flux contains everything I write. If you only want to follow my main articles which are of certain quality, there is a <a href="https://ache.one/en/rss.xml">RSS flux with only articles.</a>`,
+ },
rss: {
title: "ache: Personal blog",
- description: `<b>This is a RSS feed</b> for content agreagator.<br>\nAs a human being, you are certainly looking for <a href="https://ache.one/en/">my website</a>.`,
+ description: `<b>This is a RSS feed</b> for content agreagator.<br>\nAs a human being, you are certainly looking for <a href="https://ache.one/en/">my website</a><br>\n<br>\nThis RSS flux contains only my articles, if you want to follow also my personnal notes, there is a <a href="https://ache.one/en/rss-full.xml">RSS flux with everything I write..</a>`,
},
toc_keyword: "Table of contents",
tag_desc: "List of articles with the tag",