hack the theme to add my own social media stuff

This commit is contained in:
Greg Gauthier 2021-04-11 23:51:31 +01:00
parent f961a1529b
commit 3bc171ea6b
2 changed files with 15 additions and 3 deletions

View File

@ -63,9 +63,11 @@ enableGitInfo = true
url = "/contact/" url = "/contact/"
[social] [social]
locals = "exitingthecave"
gab = "exitingthecave"
github = "gmgauthier" github = "gmgauthier"
stackoverflow = "381517" stackoverflow = "381517"
locals = "https://exitingthecave.locals.com/" keybase = "gmgauthier"
gab = "https://gab.com/exitingthecave/"

View File

@ -8,7 +8,17 @@
</li> </li>
{{ end }} {{ end }}
<!-- SNS microblogging --> {{ with .Site.Social.locals }}
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://{{ . }}.locals.com/" rel="me" target="_blank"><i class="fa fa-user fa-fw"></i>Locals</a>
</li>
{{ end }}
{{ with .Site.Social.gab }}
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://gab.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-user fa-fw"></i>Gab</a>
</li>
{{ end }}
{{ with .Site.Social.twitter }} {{ with .Site.Social.twitter }}
<li class="pure-menu-item"> <li class="pure-menu-item">