From b23d6b22f7ef884994d78267b32b33d896a3c955 Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Mon, 25 Oct 2021 21:42:10 +0200 Subject: Add icons --- config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 1dc344a..98fc9da 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,17 @@ title = 'where extinct potatos go to retire' author = "Adam Olech" profilePicture = "images/me.jpg" customCss = ["css/custom.css"] +disable_share = true + + [[params.socialIcons]] + icon = "fa-linkedin" + title = "LinkedIn" + url = "https://www.linkedin.com/in/adam-olech-423266161/" + + [[params.socialIcons]] + icon = "fa-github" + title = "GitHub" + url = "https://github.com/extinctpotato" [menu] -- cgit v1.2.1