diff --git a/config.toml b/config.toml index e16d593..7c97f3a 100644 --- a/config.toml +++ b/config.toml @@ -65,9 +65,12 @@ enableGitInfo = true [social] locals = "exitingthecave" gab = "exitingthecave" + minds = "greg_gauthier" + gitea = "gmgauthier" github = "gmgauthier" stackoverflow = "381517" keybase = "gmgauthier" + linkedin = "gregorygauthier" diff --git a/content/contact.md b/content/contact.md index 1e9fca0..d9dcb3f 100644 --- a/content/contact.md +++ b/content/contact.md @@ -1,8 +1,7 @@ # Contact Me gmgauthier@protonmail.com - -## Find Me +## Other Sites {{< rawhtml >}} @@ -22,26 +21,6 @@ gmgauthier@protonmail.com Philosophy Podcast - - - Locals Community - - - - Gab - - - - Minds - - - - Gitea - - - - Linkedin - {{< /rawhtml >}} diff --git a/themes/blackburn/layouts/partials/social.html b/themes/blackburn/layouts/partials/social.html index 3b78677..c7400c2 100644 --- a/themes/blackburn/layouts/partials/social.html +++ b/themes/blackburn/layouts/partials/social.html @@ -8,18 +8,65 @@ {{ end }} + {{ with .Site.Social.locals }}
  • - Locals + Locals
  • {{ end }} {{ with .Site.Social.gab }}
  • - Gab + Gab
  • {{ end }} + {{ with .Site.Social.minds }} +
  • + Minds +
  • + {{ end }} + + {{ with .Site.Social.keybase }} +
  • + Keybase +
  • + {{ end }} + + {{ with .Site.Social.linkedin }} +
  • + LinkedIn +
  • + {{ end }} + + + + {{ with .Site.Social.gitea }} +
  • + Gitea +
  • + {{ end }} + + {{ with .Site.Social.github }} +
  • + GitHub +
  • + {{ end }} + + {{ with .Site.Social.stackoverflow }} +
  • + Stack Overflow +
  • + {{ end }} + + {{ with .Site.Social.serverfault }} +
  • + Server Fault +
  • + {{ end }} + + + {{ with .Site.Social.twitter }}
  • Twitter @@ -102,12 +149,6 @@ - {{ with .Site.Social.linkedin }} -
  • - LinkedIn -
  • - {{ end }} - {{ with .Site.Social.xing }}
  • Xing @@ -130,11 +171,6 @@ - {{ with .Site.Social.github }} -
  • - GitHub -
  • - {{ end }} {{ with .Site.Social.gitlab }}
  • @@ -148,17 +184,6 @@
  • {{ end }} - {{ with .Site.Social.stackoverflow }} -
  • - Stack Overflow -
  • - {{ end }} - - {{ with .Site.Social.serverfault }} -
  • - Server Fault -
  • - {{ end }} @@ -189,12 +214,5 @@ {{ end }} - - {{ with .Site.Social.keybase }} -
  • - Keybase -
  • - {{ end }} -