GithubHelp home page GithubHelp logo

Comments (2)

KiwiKilian avatar KiwiKilian commented on June 6, 2024

Just to be sure, you are using v2 of the plugin?

The inputPath of the template shall be specified relative to the root of your 11ty project. It's not possible to specify it relative to the template file in which you call the ogImage shortcode, because AFAIK I can't be sure from which file (page, layout, include) the shortCode is called. So given this project structure for example:

src/
├─ blog/
│  ├─ post.og.njk

The inputPath in the shorctode call should look like this, no matter where you are calling the shortcode from:

{% ogImage './src/blog/post.og.njk', { title: 'Hello World!' } %}

In v2 it's required to add the src/ prefix even if it's your 11ty inputDir. This will be fixed in v3, where it will be resolved relative to the inputDir. I hope this helps, otherwise please provide a minimal reproduction example.

If you didn't change plugins config inputFileGlob, I recommend sticking with the .og.njk file extension for the OG image templates. Otherwise you will end up with a HTML page generated from your OG image template.

from eleventy-plugin-og-image.

phoopee3 avatar phoopee3 commented on June 6, 2024

ok I got it to work with this comment. thank you so much!

from eleventy-plugin-og-image.

Related Issues (20)

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.