diff --git a/config.toml b/config.toml
index ceef5bd..7eaf5ef 100644
--- a/config.toml
+++ b/config.toml
@@ -52,6 +52,7 @@ pygmentCodeFences = true
spotify = "username"
bandcamp = "username"
itchio = "username"
+ keybase = "username"
[[menu.main]]
diff --git a/themes/beautifulhugo/data/beautifulhugo/social.toml b/themes/beautifulhugo/data/beautifulhugo/social.toml
index 2a8c5d8..5968c80 100644
--- a/themes/beautifulhugo/data/beautifulhugo/social.toml
+++ b/themes/beautifulhugo/data/beautifulhugo/social.toml
@@ -2,101 +2,120 @@
id = "email"
url = "mailto:%s"
title = "Email me"
-icon = "fa-envelope"
+icon = "fas fa-envelope"
[[social_icons]]
id = "facebook"
url = "https://www.facebook.com/%s"
title = "Facebook"
-icon = "fa-facebook"
+icon = "fab fa-facebook"
[[social_icons]]
id = "googleplus"
url = "https://www.plus.google.com/%s"
title = "Google+"
-icon = "fa-google-plus"
+icon = "fab fa-google-plus"
[[social_icons]]
id = "gitlab"
url = "https://gitlab.com/%s"
title = "GitLab"
-icon = "fa-gitlab"
+icon = "fab fa-gitlab"
[[social_icons]]
id = "github"
url = "https://github.com/%s"
title = "GitHub"
-icon = "fa-github"
+icon = "fab fa-github"
[[social_icons]]
id = "twitter"
url = "https://twitter.com/%s"
title = "Twitter"
-icon = "fa-twitter"
+icon = "fab fa-twitter"
[[social_icons]]
id = "reddit"
url = "https://reddit.com/u/%s"
title = "Reddit"
-icon = "fa-reddit-alien"
+icon = "fab fa-reddit-alien"
[[social_icons]]
id = "linkedin"
url = "https://linkedin.com/in/%s"
title = "LinkedIn"
-icon = "fa-linkedin"
+icon = "fab fa-linkedin"
[[social_icons]]
id = "xing"
url = "https://www.xing.com/profile/%s"
title = "Xing"
-icon = "fa-xing"
+icon = "fab fa-xing"
[[social_icons]]
id = "stackoverflow"
url = "https://stackoverflow.com/%s"
title = "StackOverflow"
-icon = "fa-stack-overflow"
+icon = "fab fa-stack-overflow"
[[social_icons]]
id = "snapchat"
url = "https://www.snapchat.com/add/%s"
title = "Snapchat"
-icon = "fa-snapchat-ghost"
+icon = "fab fa-snapchat-ghost"
[[social_icons]]
id = "instagram"
url = "https://www.instagram.com/%s"
title = "Instagram"
-icon = "fa-instagram"
+icon = "fab fa-instagram"
[[social_icons]]
id = "youtube"
url = "https://www.youtube.com/%s"
title = "Youtube"
-icon = "fa-youtube"
+icon = "fab fa-youtube"
[[social_icons]]
id = "soundcloud"
url = "https://soundcloud.com/%s"
title = "SoundCloud"
-icon = "fa-soundcloud"
+icon = "fab fa-soundcloud"
[[social_icons]]
id = "spotify"
url = "https://open.spotify.com/user/%s"
title = "Spotify"
-icon = "fa-spotify"
+icon = "fab fa-spotify"
[[social_icons]]
id = "bandcamp"
url = "https://%s.bandcamp.com/"
title = "Bandcamp"
-icon = "fa-bandcamp"
+icon = "fab fa-bandcamp"
[[social_icons]]
id = "itchio"
url = "https://itch.io/profile/%s"
-title = "Itch.io"
-icon = "fa-gamepad"
+title = "itch.io"
+icon = "fas fa-gamepad"
+
+[[social_icons]]
+id = "steam"
+url = "https://steamcommunity.com/id/%s"
+title = "Steam"
+icon = "fab fa-steam"
+
+[[social_icons]]
+id = "keybase"
+url = "https://keybase.io/%s"
+title = "Keybase"
+icon = "fab fa-keybase"
+
+[[social_icons]]
+id = "Goodreads"
+url = "https://www.goodreads.com/%s"
+title = "Goodreads"
+icon = "fab fa-goodreads"
+
diff --git a/themes/beautifulhugo/layouts/partials/footer.html b/themes/beautifulhugo/layouts/partials/footer.html
index 61e0749..18b2d3e 100644
--- a/themes/beautifulhugo/layouts/partials/footer.html
+++ b/themes/beautifulhugo/layouts/partials/footer.html
@@ -9,7 +9,7 @@
-
+
diff --git a/themes/beautifulhugo/layouts/partials/head.html b/themes/beautifulhugo/layouts/partials/head.html
index fcedafd..fd0b8a0 100644
--- a/themes/beautifulhugo/layouts/partials/head.html
+++ b/themes/beautifulhugo/layouts/partials/head.html
@@ -39,7 +39,7 @@
-
+