From e9921b8f130acf0f87cc24edc00130ba4336cbcc Mon Sep 17 00:00:00 2001 From: Nico <92774152+niltied@users.noreply.github.com> Date: Sun, 14 Jan 2024 18:42:37 +0100 Subject: [PATCH] ReSync content French page from English page (#257) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Ajout du fichier index.fr.md * Delete test link * Delete test link * Minor update * Minor content update * Traduction du README.md et du billet Quickstart * Correction mineure du billet Features * Correction mineure du billet Features * Réecriture README.md * Ajout du fichier index.fr.md pour la traduction fr du billet support * Ajout billet de support traduit * Renommage du fichier * MAJ mineure * MAJ de la traduction prepare your site * Traduction FR supplémentaire * Modification des titres site et auteur information * Ajout de nouvelles traductions et améliorations * Refresh prepare your site article * Deletion warning message * Deletion of deprecated message * Update README.md in English && Update supports article * Rollback ton initial English Version * Fix front matter page and a few things * Fix front matter page and a few things * Fix a few markdown syntax & update french translation * First translation into French * Fix markdown syntax and a few update of french translation * Fix front matter page and a few things * Initial file a French translation in Front Matter * Initial file a French translation in Front Matter * Fixe Front Matter and fullfrench translation page * Initial full french translation * Update French Translation * Update index.fr.md Fix minor * Update index.fr.md minor fix * Synchronization of French page content on last English page * Update index.fr.md Link on bottom page fixed * Update index.fr.md Update links of the bottom of page to target french pages --------- Co-authored-by: Emruz Hossain --- content/posts/quickstart/index.fr.md | 13 +++--- content/posts/shortcodes/index.fr.md | 61 ++++++++++++++-------------- 2 files changed, 38 insertions(+), 36 deletions(-) diff --git a/content/posts/quickstart/index.fr.md b/content/posts/quickstart/index.fr.md index cc4facae..7d675428 100644 --- a/content/posts/quickstart/index.fr.md +++ b/content/posts/quickstart/index.fr.md @@ -152,9 +152,10 @@ git push origin HEAD ### Et ensuite ? -- Personnaliser l'arrière-plan, le logo, et quelques autres choses de votre site en suivant [ce guide](/posts/configuration/site-parameters/index.fr.md). -- Ajouter des informations sur vous en suivant [ce guide](/posts/configuration/sections/about/index.fr.md). -- Ajouter les informations sur vos compétences en suivant [ce guide](/posts/configuration/sections/skills/index.fr.md). -- Ajouter les informations sur vos expériences en suivant [ce guide](/posts/configuration/sections/experiences/index.fr.md). -- Déployer votre site sur Github Page en suivant le guide par [ici](/posts/getting-started/github-pages/index.fr.md). -- Déployer votre site sur Netlify en suivant le guide par [ici](/posts/getting-started/netlify/index.fr.md). +- Personnaliser l'arrière-plan, le logo, et quelques autres choses de votre site en suivant [ce guide](/fr/posts/configuration/site-parameters/). +- Ajouter des informations sur vous en suivant [ce guide](/fr/posts/configuration/sections/about/). +- Ajouter les informations sur vos compétences en suivant [ce guide](/fr/posts/configuration/sections/skills/). +- Ajouter les informations sur vos expériences en suivant [ce guide](/fr/posts/configuration/sections/experiences/). +- Déployer votre site sur Github Page en suivant le guide par [ici](/fr/posts/getting-started/github-pages/). +- Déployer votre site sur Netlify en suivant le guide par [ici](/fr/posts/getting-started/netlify/). + diff --git a/content/posts/shortcodes/index.fr.md b/content/posts/shortcodes/index.fr.md index ec478b6b..e3e9152c 100644 --- a/content/posts/shortcodes/index.fr.md +++ b/content/posts/shortcodes/index.fr.md @@ -28,68 +28,69 @@ This is sample alert with `type="success"`. L'alerte qui apparaîtra ressemblera à ça: +#### Succès + +**code** + +```markdown +{{}} +This is sample alert with `type="success"`. +{{}} +``` + +**Résultat:** + {{< alert type="success" >}} This is sample alert with `type="success"`. {{< /alert >}} -Les alertes suivantes sont également disponible dans ce thème. +#### Danger + +**Code:** + ```markdown {{}} This is sample alert with `type="danger"`. {{}} ``` +**Résultat:** + {{< alert type="danger" >}} This is sample alert with `type="danger"`. {{< /alert >}} +#### Warning + +**Code:** + ```markdown {{}} This is sample alert with `type="warning"`. {{}} ``` +**Résultat:** + {{< alert type="warning" >}} This is sample alert with `type="warning"`. {{< /alert >}} -```markdown -{{}} -This is sample alert with `type="info"`. -{{}} -``` -{{< alert type="info" >}} -This is sample alert with `type="info"`. -{{< /alert >}} - -```markdown -{{}} -This is sample alert with `type="dark"`. -{{}} -``` +#### Info -{{< alert type="dark" >}} -This is sample alert with `type="dark"`. -{{}} +**Code:** ```markdown -{{}} -This is sample alert with `type="primary"`. +{{}} +This is sample alert with `type="info"`. {{}} ``` -{{< alert type="primary" >}} -This is sample alert with `type="primary"`. -{{< /alert >}} +**Résultat:** -```markdown -{{}} -This is sample alert with `type="secondary"`. -{{}} -``` +{{< alert type="info" >}} +This is sample alert with `type="info"`. -{{< alert type="secondary" >}} -This is sample alert with `type="secondary"`. {{< /alert >}} ## Image