From 5d51fdb5135734d24ba0646fabc2bf25c028d6b6 Mon Sep 17 00:00:00 2001 From: Christian Mainka Date: Sat, 6 Apr 2024 16:54:08 +0200 Subject: [PATCH 1/2] feat: added IEEE and ACM social --- _config.yml | 2 ++ _includes/social.liquid | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/_config.yml b/_config.yml index 3ea519c7c04f..12931613bedf 100644 --- a/_config.yml +++ b/_config.yml @@ -67,6 +67,7 @@ og_image: # The site-wide (default for all links) Open Graph preview image # Social integration # ----------------------------------------------------------------------------- +acm_id: # your dl.acm.org/profile/id blogger_url: # your blogger URL bluesky_url: # your bluesky URL dblp_url: # your DBLP profile url @@ -75,6 +76,7 @@ facebook_id: # your facebook id flickr_id: # your flickr id github_username: # your GitHub user name gitlab_username: # your GitLab user name +ieee_id: # your ieeexplore.ieee.org/author/id instagram_id: # your instagram id kaggle_id: # your kaggle id keybase_username: # your keybase user name diff --git a/_includes/social.liquid b/_includes/social.liquid index ac34deda748e..8a86541fdc5d 100644 --- a/_includes/social.liquid +++ b/_includes/social.liquid @@ -28,6 +28,12 @@ {% if site.research_gate_profile %} {% endif %} +{% if site.ieee_id %} + +{% endif %} +{% if site.acm_id %} + +{% endif %} {% if site.scopus_id %} {% endif %} From edf6970d8f099a1d1d9a00be27652451fb2d9a97 Mon Sep 17 00:00:00 2001 From: Christian Mainka Date: Sun, 7 Apr 2024 12:10:45 +0000 Subject: [PATCH 2/2] fix: prettier code formating --- _includes/social.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/social.liquid b/_includes/social.liquid index 8a86541fdc5d..0e4f395c5d98 100644 --- a/_includes/social.liquid +++ b/_includes/social.liquid @@ -29,10 +29,10 @@ {% endif %} {% if site.ieee_id %} - + {% endif %} {% if site.acm_id %} - + {% endif %} {% if site.scopus_id %}