File tree Expand file tree Collapse file tree 7 files changed +8
-123
lines changed
Expand file tree Collapse file tree 7 files changed +8
-123
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ group :jekyll_plugins do
1818 gem 'jekyll-regex-replace'
1919 gem 'jekyll-scholar'
2020 gem 'jekyll-sitemap'
21+ gem 'jekyll-socials'
2122 gem 'jekyll-tabs'
2223 gem 'jekyll-terser' , :git => "https://github.com/RobertoJBeltran/jekyll-terser.git"
2324 gem 'jekyll-toc'
Original file line number Diff line number Diff line change 175175 jekyll (~> 4.0 )
176176 jekyll-sitemap (1.4.0 )
177177 jekyll (>= 3.7 , < 5.0 )
178+ jekyll-socials (0.0.3 )
179+ jekyll (>= 3.6 , < 5.0 )
178180 jekyll-tabs (1.2.1 )
179181 jekyll (>= 3.0 , < 5.0 )
180182 jekyll-toc (0.19.0 )
@@ -313,6 +315,7 @@ DEPENDENCIES
313315 jekyll-regex-replace
314316 jekyll-scholar
315317 jekyll-sitemap
318+ jekyll-socials
316319 jekyll-tabs
317320 jekyll-terser !
318321 jekyll-toc
Original file line number Diff line number Diff line change @@ -216,6 +216,7 @@ plugins:
216216 - jekyll-regex-replace
217217 - jekyll/scholar
218218 - jekyll-sitemap
219+ - jekyll-socials
219220 - jekyll-tabs
220221 - jekyll-terser
221222 - jekyll-toc
Original file line number Diff line number Diff line change 2222 </a >
2323 {% elsif site .enable_navbar_social %}
2424 <!-- Social Icons -->
25- <div class =" navbar-brand social" >{% include social . liquid %}</div >
25+ <div class =" navbar-brand social" >{% social_links %}</div >
2626 {% endif %}
2727 <!-- Navbar Toggle -->
2828 <button
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ layout: default
6969 <!-- Social -->
7070 {% if page .social %}
7171 <div class =" social" >
72- <div class =" contact-icons" >{% include social . liquid %}</div >
72+ <div class =" contact-icons" >{% social_links %}</div >
7373
7474 <div class =" contact-note" >{{ site .contact_note }}</div >
7575 </div >
Original file line number Diff line number Diff line change 11# this file uses prebuilt image in dockerhub
22services :
33 jekyll :
4- image : amirpourmand/al-folio:v0.15.1
4+ image : amirpourmand/al-folio:v0.16.0
55 build : .
66 # uncomment these if you are having this issue with the build:
77 # /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES)
You can’t perform that action at this time.
0 commit comments