Skip to content

Commit

Permalink
[Unbundle] Changed to use plugin jekyll-3rd-party-libraries plugin (#…
Browse files Browse the repository at this point in the history
…2978)

I agree that it is a good idea to unbundle some of the plugins from
`al-folio`, specially since they can be useful to more jekyll users
overall. I have unbundled 2 plugins and created a gem for each one of
them, so they can be easily integrated in any jekyll site. This is the
first one of them.
  • Loading branch information
george-gca authored Feb 9, 2025
1 parent f9e4b25 commit d0b918b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 254 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ gem 'jekyll'

# Core plugins that directly affect site building
group :jekyll_plugins do
gem 'jekyll-3rd-party-libraries'
gem 'jekyll-archives'
gem 'jekyll-cache-bust'
gem 'jekyll-email-protect'
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jekyll-3rd-party-libraries (0.0.1)
css_parser (>= 1.6, < 2.0)
jekyll (>= 3.6, < 5.0)
nokogiri (>= 1.8, < 2.0)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
Expand Down Expand Up @@ -304,6 +308,7 @@ DEPENDENCIES
classifier-reborn
css_parser
jekyll
jekyll-3rd-party-libraries
jekyll-archives
jekyll-cache-bust
jekyll-email-protect
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ keep_files:

# Plug-ins
plugins:
# Jekyll plugins
- jekyll-3rd-party-libraries
- jekyll-archives
- jekyll-cache-bust
- jekyll-email-protect
Expand Down
253 changes: 0 additions & 253 deletions _plugins/download-3rd-party.rb

This file was deleted.

0 comments on commit d0b918b

Please sign in to comment.