hack the theme to add my own social media stuff
This commit is contained in:
parent
f961a1529b
commit
3bc171ea6b
@ -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/"
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user