From 1e00eb05f340f07561b2c90861d93ef63acab281 Mon Sep 17 00:00:00 2001 From: CheariX Date: Sun, 7 Apr 2024 22:05:41 +0200 Subject: [PATCH] feat: added IEEE and ACM social (#2321) I added further social integration for: 1. ACM: https://dl.acm.org/profile/ 2. IEEE: https://ieeexplore.ieee.org/author/ Given their importance in computer science, I would like to have them in al-folio. --- _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..0e4f395c5d98 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 %}