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"