Skip to content

Commit

Permalink
Add backlink to verify mastodon (alshedivat#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunovianna authored and GeorgeVern committed Feb 1, 2023
1 parent e4c66bb commit 10401eb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :jekyll_plugins do
gem 'jekyll-paginate-v2'
gem 'jekyll-scholar'
gem 'jekyll-sitemap'
gem 'jekyll-target-blank'
gem 'jekyll-link-attributes'
gem 'jekyll-twitter-plugin'
gem 'jemoji'
gem 'mini_racer'
Expand Down
17 changes: 15 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ gitlab_username: # your GitLab user name
twitter_username: gvernikos # your Twitter handle
mastodon_username: # your mastodon username
mastodon_instance: # your mastodon instance
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
linkedin_username: giorgos-vernikos-771200151 # your LinkedIn user name
scholar_userid: # your Google Scholar ID
scholar_userid: 1AgA0_YAAAAJ&hl # your Google Scholar ID
semanticscholar_id: 1972392392 # your Semantic Scholar ID
whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
orcid_id: # your ORCID ID
Expand Down Expand Up @@ -188,7 +189,7 @@ plugins:
- jekyll-paginate-v2
- jekyll/scholar
- jekyll-sitemap
- jekyll-target-blank
- jekyll-link-attributes
- jekyll-twitter-plugin
- jemoji

Expand Down Expand Up @@ -267,6 +268,18 @@ max_author_limit: 3 # leave blank to always show all authors
more_authors_animation_delay: 10 # more authors are revealed on click using animation; smaller delay means faster animation


# -----------------------------------------------------------------------------
# Jekyll Link Attributes
# -----------------------------------------------------------------------------

# These are the defaults
external_links:
enabled: true
rel: external nofollow noopener
target: _blank
exclude:


# -----------------------------------------------------------------------------
# Responsive WebP Images
# -----------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions _includes/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
{%- if site.twitter_username -%}
<a href="https://twitter.com/{{ site.twitter_username }}" title="Twitter"><i class="fab fa-twitter"></i></a>
{% endif %}
{%- if site.mastodon_instance and site.mastodon_username -%}
<a rel="me" href="https://{{ site.mastodon_instance }}/@{{site.mastodon_username}}" title="Mastodon"><i class="fab fa-mastodon"></i></a>
{%- if site.mastodon_username -%}
<a rel="me" href="https://{{ site.mastodon_username }}" title="Mastodon"><i class="fab fa-mastodon"></i></a>
{% endif %}
{%- if site.medium_username -%}
<a href="https://medium.com/@{{ site.medium_username }}" title="Medium"><i class="fab fa-medium"></i></a>
Expand Down

0 comments on commit 10401eb

Please sign in to comment.