Compare commits
2 Commits
5c026de95e
...
b7d57e0bd9
Author | SHA1 | Date | |
---|---|---|---|
b7d57e0bd9 | |||
5e5175b639 |
@@ -19,6 +19,7 @@ copyright = "This work is licensed under a Creative Commons Attribution-ShareAli
|
|||||||
github = "joshuaboniface"
|
github = "joshuaboniface"
|
||||||
linkedin = "joshuamboniface"
|
linkedin = "joshuamboniface"
|
||||||
email = "joshua@boniface.me"
|
email = "joshua@boniface.me"
|
||||||
|
mastodon = "https://social.bonifacelabs.ca/@joshuaboniface"
|
||||||
description = "A blog about tech and shiny things, self-hosted and FLOSS"
|
description = "A blog about tech and shiny things, self-hosted and FLOSS"
|
||||||
cv = "/pages/cv"
|
cv = "/pages/cv"
|
||||||
legalnotice = "/pages/legal"
|
legalnotice = "/pages/legal"
|
||||||
|
@@ -7,7 +7,10 @@
|
|||||||
<span class="fa fa-google-plus-square fa-3x"></span></a>
|
<span class="fa fa-google-plus-square fa-3x"></span></a>
|
||||||
<a href="http://www.linkedin.com/shareArticle?mini=true&url={{ .Permalink }}&title={{ .Title }}" target="_blank" title="LinkedIn" class="linkedin">
|
<a href="http://www.linkedin.com/shareArticle?mini=true&url={{ .Permalink }}&title={{ .Title }}" target="_blank" title="LinkedIn" class="linkedin">
|
||||||
<span class="fa fa-linkedin-square fa-3x"></span></a>
|
<span class="fa fa-linkedin-square fa-3x"></span></a>
|
||||||
|
<a href="http://www.linkedin.com/shareArticle?mini=true&url={{ .Permalink }}&title={{ .Title }}" target="_blank" title="LinkedIn" class="linkedin">
|
||||||
|
<a href="https://sharetomastodon.github.io/?title={{ .Title }}&url={{ .Permalink }}" target="_blank" title="Mastodon" class="mastodon">
|
||||||
|
<span class="fa fa-mastodon fa-3x"></span></a>
|
||||||
<a href="http://www.reddit.com/submit?url={{ .Permalink }}" target="_blank" title="Reddit" class="reddit"><span class="fa fa-reddit-square fa-3x"></span></a>
|
<a href="http://www.reddit.com/submit?url={{ .Permalink }}" target="_blank" title="Reddit" class="reddit"><span class="fa fa-reddit-square fa-3x"></span></a>
|
||||||
<a href="http://www.stumbleupon.com/submit?url={{ .Permalink }}" target="_blank" title="StumbleUpon" class="stumbleupon"><span class="fa fa-stumbleupon fa-3x">
|
<a href="http://www.stumbleupon.com/submit?url={{ .Permalink }}" target="_blank" title="StumbleUpon" class="stumbleupon"><span class="fa fa-stumbleupon fa-3x">
|
||||||
</span></a>
|
</span></a>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -20,6 +20,10 @@
|
|||||||
<li class="navigation__item">
|
<li class="navigation__item">
|
||||||
<a href="https://www.linkedin.com/in/{{ .Site.Params.linkedin }}" title="Linkedin"> <i class='fa fa-linkedin'></i> <span class="label">Linkedin</span> </a>
|
<a href="https://www.linkedin.com/in/{{ .Site.Params.linkedin }}" title="Linkedin"> <i class='fa fa-linkedin'></i> <span class="label">Linkedin</span> </a>
|
||||||
</li> {{ end }} {{ if .Site.Params.email }}
|
</li> {{ end }} {{ if .Site.Params.email }}
|
||||||
|
<!-- Mastodon -->
|
||||||
|
<li class="navigation__item">
|
||||||
|
<a rel="me" href="{{ .Site.Params.mastodon }}" title="Mastodon">_<i class='fa fa-mastodon'></i>_<span class="label">Mastodon</span>_</a>
|
||||||
|
</li> {{ end }} {{ if .Site.Params.mastodon }}
|
||||||
<!-- Email -->
|
<!-- Email -->
|
||||||
<li class="navigation__item">
|
<li class="navigation__item">
|
||||||
<a href="mailto:{{ .Site.Params.email }}" title="Email {{ .Site.Params.email }}"> <i class='fa fa-envelope-o'></i> <span class="label">Email</span> </a>
|
<a href="mailto:{{ .Site.Params.email }}" title="Email {{ .Site.Params.email }}"> <i class='fa fa-envelope-o'></i> <span class="label">Email</span> </a>
|
||||||
|
@@ -837,6 +837,9 @@ body {
|
|||||||
.fa-linkedin:before {
|
.fa-linkedin:before {
|
||||||
content: ""; }
|
content: ""; }
|
||||||
|
|
||||||
|
.fa-mastodon:before {
|
||||||
|
content: ""; }
|
||||||
|
|
||||||
.fa-rotate-left:before,
|
.fa-rotate-left:before,
|
||||||
.fa-undo:before {
|
.fa-undo:before {
|
||||||
content: ""; }
|
content: ""; }
|
||||||
|
Reference in New Issue
Block a user