Giter VIP home page Giter VIP logo

Comments (6)

bhollis avatar bhollis commented on July 27, 2024

Interesting - page_articles should be a paginated subset of the articles for that year/tag, not the whole list. @rumpuslabs, care to comment?

from middleman-blog.

rumpuslabs avatar rumpuslabs commented on July 27, 2024

We iterate over page_articles to allow the template to be used for both paginated and unpaginated blogs. When blog.paginate is not set, setting page_num in the template frontmatter will limit page_articles to the last n articles, equivalent to the old articles[0...10] construct. If blog.paginate is false and page_num is not set in the template frontmatter, page_articles will be equal to articles. This is the default if blog.paginate is not set in config.rb.

from middleman-blog.

kevin8t8 avatar kevin8t8 commented on July 27, 2024

I was playing with the default templates, which have pageable: true at the top, but I have blog.paginate set to false in my config. I haven't set page_num anywhere.

With those settings I am seeing articles be the correct subset (for the tag or year) but page_articles be an unfiltered list of all the blog articles.

I'm using middleman-blog-3.1.0 and middleman-3.0.4.

from middleman-blog.

kevin8t8 avatar kevin8t8 commented on July 27, 2024

(Please forgive my ignorance and general bumbling, I just started looking at the code last night.)

It looks like in extension.rb, Middleman::Blog::Helpers::page_articles is defined and directly references blog.articles. I wonder if this should be referring to something like current_resource.metadata[:locals]["articles"] instead? Otherwise it ignores the filtering set in tag_pages.rb and calendar_pages.rb.

from middleman-blog.

rumpuslabs avatar rumpuslabs commented on July 27, 2024

You're absolutely right. Working on a fix now.

from middleman-blog.

bhollis avatar bhollis commented on July 27, 2024

middleman-blog 3.1.1 is out, and includes this fix.

from middleman-blog.

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.