From 1094f303010b64107e801483ecd27368fbb51ea2 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Tue, 10 Dec 2019 11:23:01 +0100 Subject: [PATCH] Added new social networks --- config.toml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index effaf99..e5fd251 100644 --- a/config.toml +++ b/config.toml @@ -80,15 +80,25 @@ disqusShortname = "yourdiscussshortname" weight = 3 url = "https://mastodon.zaclys.com/@Faket" [[params.social]] - name = "Mon compte Framagit" + name = "Mon serveur Git" icon = "fa fa-gitea" weight = 4 - url = "https://framagit.org/raghnarok" + url = "https://git.vulgarisons.info/raghnarok" [[params.social]] name = "Mon compte Pixelfed" icon = "fa fa-pixelfed" weight = 5 url = "https://pixelfed.social/Faket" +[[params.social]] + name = "Mon compte LinkedIn" + icon = "fa fa-linkedin" + weight = 5 + url = "https://linkedin.com/in/gregory-trolliet-1a8384199" +[[params.social]] + name = "Mon compte Facebook" + icon = "fa fa-facebook" + weight = 5 + url = "https://www.facebook.com/gregory.trolliet.10" [[params.social]] name = "Ma clé publique" icon = "fa fa-key-modern"