Git Product home page Git Product logo

Comments (5)

ludovicchabant avatar ludovicchabant commented on August 22, 2024

Mmmh I can't repro this. Can you give more details? Did you write the index page yourself or you rely on the one provided by default in the built-in theme? How many posts do you have?

from piecrust2.

ludovicchabant avatar ludovicchabant commented on August 22, 2024

Also, is this for a fresh bake (i.e. after deleting _cache and _counter, or by running chef bake -f), or for an incremental bake (i.e. after you've baked once already, and you're just iterating)
If it's for an incremental bake, I just fixed a few bugs around that.

from piecrust2.

zimmicz avatar zimmicz commented on August 22, 2024

Here's how my index page looks like:

---
title:
format: none
---
{% if pagination.has_posts %}
    <section>
    {% for post in pagination.posts %}
        {% include 'partial_post.html' %}
    {% endfor %}
    </section>
{% endif %}

There are ten posts on that page.

I downloaded the latest code and even with -f flag, there is no index.html created at all! You can find the repo at https://github.com/zimmicz/posts-zimmi-cz if you're willing to try. The whole baking process was working fine last week, I wrote a post today and since then I'm not able to bake index page.

from piecrust2.

zimmicz avatar zimmicz commented on August 22, 2024

I'm a bit confused by this:

[    99.8 ms] [0] /posts/2014/postgis-spatial-indexing-with-st-intersects/
[   352.7 ms] [2] /posts// (3 pages)
[    55.4 ms] [1] /posts/2015/using-postgresql-to-update-outdated-map-links/

Haven't seen anything like /posts// (3 pages) before.

from piecrust2.

ludovicchabant avatar ludovicchabant commented on August 22, 2024

Ah! Stupid bug, my fault. Fixed with 296b35a.

from piecrust2.

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.