From 7f5283374aac3da0d2cfd48d87e6a21aba074ab8 Mon Sep 17 00:00:00 2001 From: Melora Hugues Date: Mon, 19 Jun 2023 15:34:35 +0200 Subject: [PATCH] Add social icons --- config.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config.toml b/config.toml index 3ff447d..ba07e29 100644 --- a/config.toml +++ b/config.toml @@ -21,6 +21,8 @@ paginate = 10 keywords = "blog, tech, dev" images = [""] + + [taxonomies] category = "blog" tags = "tags" @@ -38,3 +40,19 @@ paginate = 10 identifier = "blog" name = "Blog" url = "/posts" + +[[params.social]] + name = "gitea" + url = "https://git.faercol.me" + +[[params.social]] + name = "github" + url = "https://github.com/aHugues" + +[[params.social]] + name = "linkedin" + url = "https://www.linkedin.com/in/huguesmel/" + +[[params.social]] + name = "email" + url = "mailto:contact@faercol.me"