Results 1383 comments of Vincent Prouillet

It's not currently possible. What is the usecase?

I wouldn't add that to Zola itself. It would essentially be a wrapper around git and you might want subtree, submodule or plain download without git. Especially since you can't...

Any updates on that?

It's not going to change for v1 but we can add option 1 and/or 2 for v2. The initial reasoning was that some people would want inheritance for string rendering...

`get_url` only accepts strings. `config.feed_filenames` is an array

Looks like maybe proptest doesn't work on wasm?

I think running those steps locally should do: https://github.com/Keats/jsonwebtoken/blob/master/.github/workflows/ci.yml#L75-L79

So it's rounding correctly but we probably want a special formatting filter for floats.

We are not passing the whole config, see https://github.com/getzola/zola/blob/master/components/config/src/config/mod.rs#L316-L335