From 040a48e77dfd7b9e676f063e844f64617624cc03 Mon Sep 17 00:00:00 2001 From: Gregan Date: Sun, 2 May 2021 15:42:40 +0200 Subject: [PATCH] ajout sous menu posts + deplacement de projets dans pages/ --- config.toml | 36 +++++++++++++++++--------- content/page/projet1.md | 7 +++++ content/page/projet2.md | 7 +++++ content/page/projet3.md | 9 +++++++ content/post/2021-05-01-first-post.md | 2 +- content/post/2021-05-01-second-post.md | 9 ++++--- content/post/2021-05-02-third-post.md | 2 +- themes/beautifulhugo/i18n/fr.yaml | 4 +-- 8 files changed, 56 insertions(+), 20 deletions(-) create mode 100644 content/page/projet1.md create mode 100644 content/page/projet2.md create mode 100644 content/page/projet3.md diff --git a/config.toml b/config.toml index 26fc48f..c576638 100644 --- a/config.toml +++ b/config.toml @@ -42,54 +42,66 @@ pygmentCodeFences = true [Author] name = "Greg Lebreton" email = "greg.lebreton@hotmail.com" - #facebook = "username" - #googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx gitlab = "GregLebreton" github = "GregLebreton" twitter = "Gregan" reddit = "username" linkedin = " {{< youtube LStkGeUmR_0 >}} diff --git a/content/post/2021-05-02-third-post.md b/content/post/2021-05-02-third-post.md index 2696a4f..922ace9 100644 --- a/content/post/2021-05-02-third-post.md +++ b/content/post/2021-05-02-third-post.md @@ -6,4 +6,4 @@ tags: ["windows", "post"] Test du troisième post : -{{< youtube qkYiIbczdjs >}} +{{< youtube HrPRtYvCvZI >}} diff --git a/themes/beautifulhugo/i18n/fr.yaml b/themes/beautifulhugo/i18n/fr.yaml index 87a265d..a2a0d44 100644 --- a/themes/beautifulhugo/i18n/fr.yaml +++ b/themes/beautifulhugo/i18n/fr.yaml @@ -14,9 +14,9 @@ - id: newerPosts translation: "Nouveaux Posts" - id: previousPost - translation: "Post précédent" + translation: "précédent" - id: nextPost - translation: "Post suivant" + translation: "suivant" # 404 page - id: pageNotFound