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