From 3bc171ea6b0fa25270a6feb792350f8763f743b7 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 11 Apr 2021 23:51:31 +0100 Subject: [PATCH] hack the theme to add my own social media stuff --- config.toml | 6 ++++-- themes/blackburn/layouts/partials/social.html | 12 +++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 44692d6..e16d593 100644 --- a/config.toml +++ b/config.toml @@ -63,9 +63,11 @@ enableGitInfo = true url = "/contact/" [social] + locals = "exitingthecave" + gab = "exitingthecave" github = "gmgauthier" stackoverflow = "381517" - locals = "https://exitingthecave.locals.com/" - gab = "https://gab.com/exitingthecave/" + keybase = "gmgauthier" + diff --git a/themes/blackburn/layouts/partials/social.html b/themes/blackburn/layouts/partials/social.html index 90bf047..3b78677 100644 --- a/themes/blackburn/layouts/partials/social.html +++ b/themes/blackburn/layouts/partials/social.html @@ -8,7 +8,17 @@ {{ end }} - + {{ with .Site.Social.locals }} +
  • + Locals +
  • + {{ end }} + + {{ with .Site.Social.gab }} +
  • + Gab +
  • + {{ end }} {{ with .Site.Social.twitter }}