From d3dd35664bc78ca7659f12a1ea58dd112697ba00 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Mon, 11 Nov 2019 13:42:27 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Change=20les=20tags=20et=20cat=C3=A9gories?= =?UTF-8?q?=20des=20articles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/posts/001-premierPost.md | 4 ++-- content/posts/002-entreePolitique.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/posts/001-premierPost.md b/content/posts/001-premierPost.md index b2de4d4..e921762 100644 --- a/content/posts/001-premierPost.md +++ b/content/posts/001-premierPost.md @@ -4,8 +4,8 @@ date: 2019-09-21T10:33:53+02:00 title: "Premier article" description: "" slug: "" -tags: ["tag1"] -categories: ["cat1"] +tags: ["Introduction"] +categories: [] externalLink: "" series: [] --- diff --git a/content/posts/002-entreePolitique.md b/content/posts/002-entreePolitique.md index 0054457..4839088 100644 --- a/content/posts/002-entreePolitique.md +++ b/content/posts/002-entreePolitique.md @@ -2,6 +2,8 @@ title: "Entrée en politique" date: 2019-11-11T11:48:40+01:00 draft: false +tags: ["Politique", "Parti Socialiste", "Meyrin"] +categories: ["Politique"] --- J'ai toujours eu de la peine à m'identifier à un parti politique, les From a243f18c1544489dd37e1e1aa463e8b3744a9943 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Mon, 11 Nov 2019 13:46:45 +0100 Subject: [PATCH 2/3] Ajout du logo pour le flux RSS sur la page d'accueil --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index 05ba0cf..2f743e5 100644 --- a/config.toml +++ b/config.toml @@ -95,6 +95,11 @@ disqusShortname = "yourdiscussshortname" weight = 6 url = "https://trolliet.info/files/gregory@trolliet.info(0x3C98E911AA6A3BD0).asc" +[[params.social]] + name = "Flux RSS" + icon = "fa fa-rss" + weight = 7 + url = "https://trolliet.info/index.xml" [languages] [languages.en] From c1b3cb9f0266f15a71f8c5759ee8008db25a5402 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Mon, 11 Nov 2019 13:47:03 +0100 Subject: [PATCH 3/3] Modification du lien de retour sur les footnotes --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 2f743e5..b41789f 100644 --- a/config.toml +++ b/config.toml @@ -13,7 +13,7 @@ canonifyurls = false pygmentsstyle = "b2" pygmentscodefences = true pygmentscodefencesguesssyntax = true - +footnoteReturnLinkContents = "↩" disqusShortname = "yourdiscussshortname" [params]