Skip to content

Commit 2dbefbb

Browse files
we'll meet again
1 parent 3604211 commit 2dbefbb

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,13 @@ author:
107107
impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
108108
lastfm :
109109
linkedin : "jayrobwilliams"
110+
mastodon : "fosstodon.org/@jayrobw"
110111
pinterest :
111112
soundcloud :
112113
stackoverflow : #"https://stackoverflow.com/users/10912314/jayrobwilliams"
113114
steam :
114115
tumblr :
115-
twitter : "jayrobw"
116+
twitter :
116117
vine :
117118
weibo :
118119
xing :

_includes/author-profile.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ <h3 class="author__name">{{ author.name }}</h3>
4343
{% if author.twitter %}
4444
<li><a href="https://twitter.com/{{ author.twitter }}"><i class="fab fa-fw fa-twitter" aria-hidden="true" style="padding-right: 1.5em;"></i>Twitter</a></li>
4545
{% endif %}
46+
{% if author.mastodon %}
47+
<li><a rel="me" href="https://{{ author.mastodon }}"><i class="fab fa-fw fa-mastodon" aria-hidden="true" style="padding-right: 1.5em;"></i>Mastodon</a></li>
48+
{% endif %}
4649
{% if author.facebook %}
4750
<li><a href="https://www.facebook.com/{{ author.facebook }}"><i class="fab fa-fw fa-facebook-square" aria-hidden="true" style="padding-right: 1.5em;"></i>Facebook</a></li>
4851
{% endif %}

_sass/_buttons.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@
121121
(facebook, $facebook-color),
122122
(twitter, $twitter-color),
123123
(google-plus, $google-plus-color),
124-
(linkedin, $linkedin-color);
124+
(linkedin, $linkedin-color),
125+
(mastodon, $mastodon-color);
125126

126127
@each $socialnetwork, $color in $social {
127128
&--#{$socialnetwork} {

_sass/_utilities.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ body:hover .visually-hidden button {
236236
.fa-linkedin-square {
237237
color: $linkedin-color;
238238
}
239+
240+
.fa-mastodon {
241+
color: $mastodon-color;
242+
}
239243

240244
.fa-pinterest,
241245
.fa-pinterest-p,

_sass/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ $google-plus-color : #dd4b39;
7979
$instagram-color : #517fa4;
8080
$lastfm-color : #d51007;
8181
$linkedin-color : #007bb6;
82+
$mastodon-color : #6364ff;
8283
$orcid-color : #a6ce39;
8384
$pinterest-color : #cb2027;
8485
$rss-color : #fa9b39;

0 commit comments

Comments
 (0)