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/"
[social]
locals = "exitingthecave"
gab = "exitingthecave"
github = "gmgauthier"
stackoverflow = "381517"
locals = "https://exitingthecave.locals.com/"
gab = "https://gab.com/exitingthecave/"
keybase = "gmgauthier"

View File

@ -8,7 +8,17 @@
</li>
{{ 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 }}
<li class="pure-menu-item">