Vincent Prouillet
Vincent Prouillet
That would be an issue for [sass-rs](https://github.com/compass-rs/sass-rs) though, not Zola. Since I'm also the maintainer of sass-rs, I know I won't work on this feature myself so it would have...
It's mostly figuring out what FFI to use in https://github.com/compass-rs/sass-rs/blob/master/sass-sys/src/bindings.rs and them in https://github.com/compass-rs/sass-rs/tree/master/src/bindings I am guessing the easiest solution is to look at what [node-sass](https://github.com/sass/node-sass) is doing for that....
It's not possible right now.
No changes right now. The issue is how it would look like in practice.
I think themes using CSS variables would already be a huge improvement
> A big part of this will be things like custom output formats, pagination, and better out of the box features. Custom output format is being thought of: https://zola.discourse.group/t/proposal-custom-output-formats/68/2 Can...
> Mainly generating multiple pages. #624 describes one usage for this. That issue doesn't seem to be about pagination though? > If I wanted to set the template for all...
`insert_anchor_links` could probably be a config option in config.toml
That's because the renderer assumes it's a colocated asset, therefore nested in the folder and prefix the page path. This is not really supported but the link should not be...
It's actually a bug imo, we should not copy such a file in the public directory. You cannot share the assets, you will have to copy it once per .md...