Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow jekyll-loading-lazy plugin #691

Open
wants to merge 2 commits into
base: master
from

Conversation

@gildesmarais
Copy link

@gildesmarais gildesmarais commented Jun 5, 2020

Making the generated sites load faster by utilizing native lazy loading
with jekyll-loading-lazy.

The change regarding the expected image url in jekyll-avatar spec
stems from Nokogiri's handling of urls (which is basically done on
libxml2's end). See
sparklemotion/nokogiri#1127 (comment)
for more details on that topic. The encoding of the ampersand in the
search params of the image url does not cause the url to break or point
to an invalid location.

I'd love to see my Jekyll plugin become allowed and ready to
use on Github Pages. Thank you!

Making the generated sites load faster by utilizing native lazy loading
with [jekyll-loading-lazy](https://github.com/gildesmarais/jekyll-loading-lazy).

The change regarding the expected image url in jekyll-avatar spec
stems from  Nokogiri's handling of urls (which is basically done on
libxml2's end). See
sparklemotion/nokogiri#1127 (comment)
for more details on that topic. The encoding of the ampersand in the
search params of the image url does not cause the url to break or point
to an invalid location.

I'd love to see my Jekyll plugin become allowed and ready to
use on Github Pages. Thank you!
@solrevdev
Copy link

@solrevdev solrevdev commented Jun 5, 2020

+1

This would be a great and safe addition.

@gildesmarais gildesmarais changed the title Whitelist jekyll-loading-lazy Allow jekyll-loading-lazy plugin Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.