From 43ec3db09c2f2b9cfb74d26b8124574c9e5f442d Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Wed, 14 Jan 2026 19:10:50 -0300 Subject: [PATCH] Changed to use jekyll-socials plugin (#3439) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: George Araújo --- Gemfile | 1 + Gemfile.lock | 3 + _config.yml | 1 + _includes/header.liquid | 2 +- _includes/social.liquid | 120 ---------------------------------------- _layouts/about.liquid | 2 +- 6 files changed, 7 insertions(+), 122 deletions(-) delete mode 100644 _includes/social.liquid diff --git a/Gemfile b/Gemfile index e4f3029..f2fc146 100644 --- a/Gemfile +++ b/Gemfile @@ -18,6 +18,7 @@ group :jekyll_plugins do gem 'jekyll-regex-replace' gem 'jekyll-scholar' gem 'jekyll-sitemap' + gem 'jekyll-socials' gem 'jekyll-tabs' gem 'jekyll-terser', :git => "https://github.com/RobertoJBeltran/jekyll-terser.git" gem 'jekyll-toc' diff --git a/Gemfile.lock b/Gemfile.lock index 499b16f..952ca0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,6 +175,8 @@ GEM jekyll (~> 4.0) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) + jekyll-socials (0.0.3) + jekyll (>= 3.6, < 5.0) jekyll-tabs (1.2.1) jekyll (>= 3.0, < 5.0) jekyll-toc (0.19.0) @@ -313,6 +315,7 @@ DEPENDENCIES jekyll-regex-replace jekyll-scholar jekyll-sitemap + jekyll-socials jekyll-tabs jekyll-terser! jekyll-toc diff --git a/_config.yml b/_config.yml index 969c043..7f056c7 100644 --- a/_config.yml +++ b/_config.yml @@ -224,6 +224,7 @@ plugins: - jekyll-regex-replace - jekyll/scholar - jekyll-sitemap + - jekyll-socials - jekyll-tabs - jekyll-terser - jekyll-toc diff --git a/_includes/header.liquid b/_includes/header.liquid index 2b34585..b53a8bf 100644 --- a/_includes/header.liquid +++ b/_includes/header.liquid @@ -22,7 +22,7 @@ {% elsif site.enable_navbar_social %} - + {% endif %}