Giter VIP home page Giter VIP logo

Comments (5)

lonelyelk avatar lonelyelk commented on June 19, 2024

Ok, I found a workaround. The contents of your pagination.files is the same as for collection files. Something happens when it is getting rendered. So what I did is I cleared layout of pagination files in my case. pagination.files[].layout = '' And the contents is not rendered in a layout before rendering page layout. May be it is something you would want to do by default or with an option.

Update:

Oh, but it breaks default layout. I think I would have to copy the entire contents into another field. (snippet)? Maybe the problem is with rendering the contents property.

from metalsmith-pagination.

blakeembrey avatar blakeembrey commented on June 19, 2024

This is not an issue with this plugin. It sounds like you're rendering using a layout plugin before you use the contents property. Change the order of your middleware if you'd like to read the contents before rendering. I'd take a look at how Metalsmith works to get a better idea, but basically it works by mutating a list of file objects in memory. Those files are then written to disk from the contents property. So order does matter.

from metalsmith-pagination.

carolineBda avatar carolineBda commented on June 19, 2024

Hello,

I have the same problem as I have many category pages with paginations. I need the pagination to work on different pages with rich content defined in a .md file. They all have the same layout.

So basically we need a way to give more than just some metadata in a json format but a whole file as a .md. Or make all the paginations available globally under the global metadata.

Is this doable ?

from metalsmith-pagination.

carolineBda avatar carolineBda commented on June 19, 2024

UP :)

from metalsmith-pagination.

blakeembrey avatar blakeembrey commented on June 19, 2024

If you have the same issue, it should be the same solution. If what you're saying is you have a different issue, feel free to open a new issue. I don't really understand your question, but it sounds like you want something more complicated and you can probably just read the source to see what's going on instead - it's really short. If you saw in the README too, you can give more metadata using the pageMetadata property (https://github.com/blakeembrey/metalsmith-pagination#options), but I'm not sure if that's what you're after - I think I need a better example.

from metalsmith-pagination.

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.