Results 1383 comments of Vincent Prouillet

Can there be a Pointer::from_str? When querying data at runtime on arbitrary paths, you can't build a macro.

@taiki-e ping me when it's ready it works for a `str`, I'll be happy to try it out!

@taiki-e is that still planned? Can I help?

> I'm not following this, why does {% for address in addresses %} require collecting all the addresses into a Vec instead of rendering each partial in the visitor. You...

> Is loop.changed(*val) relevant here? Not for Tera at least

With https://github.com/tokio-rs/valuable/pull/59 working with strings, it should work well.

Just saw this thread while looking at the cargo-generate issues and thank you @jamesmunns for mentionning kickstart. I believe kickstart would fit the bill, except the validation of overlapping of...

I don't think it would work. Pages in a sorted section missing the sort attribute are ignored in Zola and I don't think they get rendered? I could be wrong,...

I totally get the reason, in my memory the ignored pages were not rendered. > Is there other way to creates pages like /about that should not be listed on...

The index is a section, one that is automatically built even if you don't set a `_index.md` file at the root of the `content` folder. It looks like it might...