Vincent Prouillet
Vincent Prouillet
`Got a change in an unexpected path` when the changed file's real path is outside the site directory
Hmm it's not meant to be supported but it should be an error, not an `unreachable`
`Got a change in an unexpected path` when the changed file's real path is outside the site directory
The config one is a bug that is fixed in the `next` branch.
You can probably add an alias in https://github.com/getzola/zola/blob/master/components/config/examples/generate_sublime.rs but tbh there's already `txt` so I'm inclined to not add `text`
> sass should be processed. Do you have it turned on in config.toml ? https://github.com/getzola/zola/blob/master/docs/config.toml#L5 As for the panic, it might be a Windows only bug as I can't reproduce...
Can the site be shared? I don't think we changed anything regarding Sass in 0.16 :/
Yep, works fine on my macbook. I'll need someone with a Windows machine to figure out what's happening.
It should be fixed in the `next` branch if you want to try
This error means the theme is expecting paginated content so if you didn't paginate your content you will get this error, details on https://www.getzola.org/documentation/content/section/ on how to set it
> Do i need to make some content or modification before putting in up ? In theory themes should explain in their README what to configure to make them work...
Hmm must be one of the updated dependencies but not sure which. Looking at the thread it seems to happen since 0.14 so that's been that way a long time...