File tree 3 files changed +17
-6
lines changed
3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ group :jekyll_plugins do
10
10
gem 'jekyll-paginate-v2'
11
11
gem 'jekyll-scholar'
12
12
gem 'jekyll-sitemap'
13
- gem 'jekyll-target-blank '
13
+ gem 'jekyll-link-attributes '
14
14
gem 'jekyll-twitter-plugin'
15
15
gem 'jemoji'
16
16
gem 'mini_racer'
Original file line number Diff line number Diff line change @@ -70,8 +70,7 @@ og_image: # The site-wide (default for all links) Open Graph preview image
70
70
github_username : # your GitHub user name
71
71
gitlab_username : # your GitLab user name
72
72
twitter_username : # your Twitter handle
73
- mastodon_username : # your mastodon username
74
- mastodon_instance : # your mastodon instance
73
+ mastodon_username : # your mastodon instance+username in the format instance.tld/@username
75
74
linkedin_username : # your LinkedIn user name
76
75
scholar_userid : # your Google Scholar ID
77
76
semanticscholar_id : # your Semantic Scholar ID
@@ -190,7 +189,7 @@ plugins:
190
189
- jekyll-paginate-v2
191
190
- jekyll/scholar
192
191
- jekyll-sitemap
193
- - jekyll-target-blank
192
+ - jekyll-link-attributes
194
193
- jekyll-twitter-plugin
195
194
- jemoji
196
195
@@ -264,6 +263,18 @@ max_author_limit: 3 # leave blank to always show all authors
264
263
more_authors_animation_delay : 10 # more authors are revealed on click using animation; smaller delay means faster animation
265
264
266
265
266
+ # -----------------------------------------------------------------------------
267
+ # Jekyll Link Attributes
268
+ # -----------------------------------------------------------------------------
269
+
270
+ # These are the defaults
271
+ external_links :
272
+ enabled : true
273
+ rel : external nofollow noopener
274
+ target : _blank
275
+ exclude :
276
+
277
+
267
278
# -----------------------------------------------------------------------------
268
279
# Responsive WebP Images
269
280
# -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 28
28
{%- if site.twitter_username -%}
29
29
< a href ="https://twitter.com/{{ site.twitter_username }} " title ="Twitter "> < i class ="fab fa-twitter "> </ i > </ a >
30
30
{% endif %}
31
- {%- if site.mastodon_instance and site. mastodon_username -%}
32
- < a rel ="me " href ="https://{{ site.mastodon_instance }}/@{{site.mastodon_username }} " title ="Mastodon "> < i class ="fab fa-mastodon "> </ i > </ a >
31
+ {%- if site.mastodon_username -%}
32
+ < a rel ="me " href ="https://{{ site.mastodon_username }} " title ="Mastodon "> < i class ="fab fa-mastodon "> </ i > </ a >
33
33
{% endif %}
34
34
{%- if site.medium_username -%}
35
35
< a href ="https://medium.com/@{{ site.medium_username }} " title ="Medium "> < i class ="fab fa-medium "> </ i > </ a >
You can’t perform that action at this time.
0 commit comments