Coder Social home page Coder Social logo

jekyll-auto-image's People

Contributors

connorshea avatar merlos avatar yuhiisk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jekyll-auto-image's Issues

Broken with Jekyll v3?

Jekyll 3 throws the following error:

/Users/aaron/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/jekyll-3.0.0/lib/jekyll/document.rb:448:in `method_missing': undefined method `transform' for #<Jekyll::Document:0x007ff60483db58> (NoMethodError)

Doesn't support Jekyll 3.0?

I'm using the current beta of Jekyll 3.0, and I was wondering if there was any specific reason this gem doesn't support it? Running bundle install is giving me an error about the jekyll version not meeting the requirements set by the jekyll-auto-image gem.

I don't expect you to rebuild the gem if there are major changes that affect the gem between 2.0 and 3.0, but if it does work on 3.0 it'd be appreciated!

Image not found on blog overview page

Hi,

i installed jekyll-auto-image for my blog. I wanted to show little thumbnail pictures for each post on my overview page where only {{ post.excerpt }} is shown. As this plugin scrapes HTML output from the current page, images in the post's full content aren't displayed. I guess this breaks the current architecture of this plugin, but do you see any chance to include this feature?

Greetings,
Franz

Error while running bundle exec jekyll serve

I am afraid, if the plug-in has compatibility issue with Jekyll 3.3. It produces following error when I run bundle exec Jekyll serve to run Jekyll.
jekyll 3.3.0 | Error: undefined method transform' for #Jekyll::Renderer:0x00000002be0c38`

Let me know, if I could be of further help.

Not compatible with 3.3.1

Hi,
I seem to have a problem with Jekyll 3.3.1 or Liquid 4...
When I compile de website (bundle exec jekyll build), I get this error :
Liquid Warning: Liquid syntax error (line 9): Unexpected character   in "{{ site.url }}" in index.html
Everywhere I use the liquid tag <img src="{{ post.image }}" />.
This is why I suspect the problem comes from jekyll-auto-image.
I tried downgrading to jekyll 3.2.1, same problem.

The plugin seems to wrongly add an extra leading slash to the image path

Hello,

Thanks for making this plugin available!

In my post (*.md), I have the following HTML element:

<p><img src="/assets/images/photos-articles/thon_tomate.jpg" border="0" alt="Thon à la sauce tomate" title="Thon à la sauce tomate" width="356" height="354" /></p>

The plugin was able to detect this image. However, it seems to add a leading slash (/) to the image path, so in my front page the image is not displayed because the generated HTML element contains the wrong path:

<img class="w-100" src="//assets/images/photos-articles/thon_tomate.jpg" alt="Thon à la sauce tomate">

Could you please fix this? Below is the output of my gem list | grep jekyll:

jekyll (4.2.2, 4.2.1)
jekyll-auto-image (1.1.3)
jekyll-date-localization (0.0.5)
jekyll-diagrams (0.10.0)
jekyll-email-protect (1.1.0)
jekyll-feed (0.16.0)
jekyll-github-metadata (2.13.0)
jekyll-paginate (1.1.0)
jekyll-paginate-v2 (3.0.0)
jekyll-sass-converter (2.2.0, 2.1.0)
jekyll-scholar (7.0.0)
jekyll-seo-tag (2.7.1)
jekyll-sitemap (1.4.0)
jekyll-target-blank (2.0.0)
jekyll-twitter-plugin (2.1.0)
jekyll-watch (2.2.1)

Thank you so much in advance!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.