Skip to content

Commit

Permalink
Added X(Twitter) and Github links
Browse files Browse the repository at this point in the history
  • Loading branch information
headmetal committed May 28, 2024
1 parent d49b0a5 commit 810c754
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ title-img: assets/img/ESMValTool-logo-new-white-2b.png

# Select the social network links that you want to show in the footer.
# Uncomment the links you want to show and add your information to each one.
#social-network-links:
social-network-links:
# email: "[email protected]"
# rss: true # remove this line if you don't want to show an RSS link at the bottom
# facebook: deanattali
# github: daattali
# twitter: daattali
github: ESMValGroup/ESMValTool
twitter: ESMValTool
# patreon: DeanAttali
# youtube: c/daattali
# medium: yourname
Expand All @@ -77,7 +77,7 @@ title-img: assets/img/ESMValTool-logo-new-white-2b.png
# mastodon: instance.url/@username
# ORCID: your ORCID ID
# google-scholar: your google scholar
# discord: invite/invite_code or users/userid
# discord: invite/invite_code or users/userid
# kaggle: yourname
# hackerrank: yourname

Expand Down Expand Up @@ -196,23 +196,23 @@ footer-hover-col: "#0085A1"
# label: blog-comments # Label that will be assigned to GitHub Issues created by Utterances

# To use Staticman comments, uncomment the following section. You may leave the reCaptcha
# section commented if you aren't using reCaptcha for spam protection.
# Using Staticman requires advanced knowledge, please consult
# https://github.com/eduardoboucas/staticman/ and https://staticman.net/ for further
# instructions. For any support with staticman please direct questions to staticman and
# section commented if you aren't using reCaptcha for spam protection.
# Using Staticman requires advanced knowledge, please consult
# https://github.com/eduardoboucas/staticman/ and https://staticman.net/ for further
# instructions. For any support with staticman please direct questions to staticman and
# not to BeautifulJekyll.
#staticman:
# repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
# branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
# endpoint : # URL of your deployment, with a trailing slash eg. "https://<your-api>/v3/entry/github/"
# reCaptcha: # (optional, set these parameters in `staticman.yml` as well)
# reCaptcha: # (optional, set these parameters in `staticman.yml` as well)
# siteKey : # You need to apply for a site key on Google
# secret : # Encrypt your password by going to https://<your-own-api>/v3/encrypt/<your-site-secret>

# To use giscus comments:
# (0) Uncomment the following giscus section, (1) Enable Discussions in your GitHub repository,
# (0) Uncomment the following giscus section, (1) Enable Discussions in your GitHub repository,
# (2) Install the giscus app in your repository (details at https://giscus.app),
# (3) Fill in *all* the parameters below
# (3) Fill in *all* the parameters below
# See more details about giscus and each of the following parameters at https://giscus.app
#giscus:
# hostname: giscus.app # Replace with your giscus instance's hostname if self-hosting
Expand Down
10 changes: 5 additions & 5 deletions _includes/social-networks-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@

{%- if site.social-network-links.twitter -%}
<li class="list-inline-item">
<a href="https://twitter.com/{{ site.social-network-links.twitter }}" title="Twitter">
<a href="https://x.com/{{ site.social-network-links.twitter }}" title="X (Twitter)">
<span class="fa-stack fa-lg" aria-hidden="true">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
</span>
<span class="sr-only">Twitter</span>
<span class="sr-only">X (Twitter)</span>
</a>
</li>
{%- endif -%}
Expand Down Expand Up @@ -275,7 +275,7 @@
</a>
</li>
{%- endif -%}

{%- if site.social-network-links.medium -%}
<li class="list-inline-item">
<a href="https://medium.com/@{{ site.social-network-links.medium }}" title="Medium">
Expand All @@ -299,7 +299,7 @@
</a>
</li>
{%- endif -%}

{%- if site.social-network-links.discord -%}
<li class="list-inline-item">
<a href="https://discord.com/{{ site.social-network-links.discord }}" title="Discord">
Expand All @@ -311,7 +311,7 @@
</a>
</li>
{%- endif -%}

{%- if site.social-network-links.kaggle -%}
<li class="list-inline-item">
<a href="https://www.kaggle.com/{{ site.social-network-links.kaggle }}" title="Kaggle">
Expand Down

0 comments on commit 810c754

Please sign in to comment.