From 7c53b37373c20084292b6f34148470cecbe6c2a7 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 1 Jun 2019 01:33:41 +0530 Subject: [PATCH] Use FA icons on homepage Signed-off-by: Harsh Shandilya --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 3e84246..3f12b93 100644 --- a/config.toml +++ b/config.toml @@ -29,17 +29,21 @@ theme = "hugo-coder-portfolio" [[params.social]] name = "GitHub" + icon = "fab fa-github fa-2x" weight = 1 url = "https://github.com/MSF-Jarvis" [[params.social]] name = "Twitter" + icon = "fab fa-twitter fa-2x" weight = 2 url = "https://twitter.com/MSF_Jarvis" [[params.social]] name = "Keybase" + icon = "fab fa-keybase fa-2x" weight = 3 url = "https://keybase.io/msf_jarvis" [[params.social]] name = "GPG" + icon = "fas fa-key fa-2x" weight = 4 url = "/msfjarvis.gpg"