Vincent Prouillet
Vincent Prouillet
I'm not aware of anything like that. It's very opinionated but it could potentially be something we add to Zola itself and we make it run as part of `zola...
> I'm not opposed to that idea but given how opinionated it is might be better to put it as "optional" and let users opt in by enabling it in...
Not too sure about zola lint vs zola check. You could have `zola check --lint-only` to achieve the same thing. If you are running it in CI though, it's nice...
`zola check` just loads the site, it doesn't output anything. We do need that info for the link checking (as well as lints I guess?). I'd rather have --skip-link-checking and...
Is it still an issue with https://www.getzola.org/documentation/getting-started/configuration/#slugification-strategies ?
> However, if we have terms like >>:::> and
> Would it be reasonable to represent these characters on the disk with ASCII, See https://stackoverflow.com/questions/1976007/what-characters-are-forbidden-in-windows-and-linux-directory-names, some ASCII chars are not allowed so it would be too complex imo to...
``` ~/C/z/c/s/b/extra-huge-blog (next|✔) $ zola build Building site... Checking all internal links with anchors. > Successfully checked 0 internal link(s) with anchors. -> Creating 100000 pages (0 orphan) and 0...
ah yes that's known. Do you have huge code blocks or very long strings by any chance?
You need to do a custom build to include Chinese/Japanese: https://github.com/getzola/zola/blob/master/Cargo.toml#L54-L55 since they can bloat the binary quite a bit. Can you try the `next` branch to see if it...