Vincent Prouillet
Vincent Prouillet
It's not supported currently but it would probably be the only other format I'd like to have with Markdown. I don't think there is a good Rust crate, and any...
stork and tinysearch look very nice! Thanks for finding those. Looking at those 2 though, they only support western languages and not CJK? I don't see specific stemmers/stopword list for...
Both stork and tinysearch only support English so I would say their scope is too limited for Zola. IMO if they don't support CJK (fair enough) they should at least...
Right now the ignored content only work on a file basis, it strips the path before checking the glob: https://github.com/getzola/zola/blob/master/components/library/src/content/mod.rs#L56-L64 `ignored_content` was added for tmp files by editors really, it...
> Additionally, how about ignoring stuff from .gitignore (if it exists) as well? Hmm not entirely sure how I feel about that. You'd need a config option to turn it...
Yep it's fine to add, but it should work on every platforms. We're using `globwalk` somewhere else so it's probably good to use that.
It works on my machine (a mac). It might be a Windows specific bug?
I think https://github.com/getzola/zola/pull/1626 fixes it but I wasn't sure whether it was breaking other things. Can you check?
I was more thinking `/{yyyy-mm-dd}-{slug}`. The `/{year}/{month}/{day}/{slug}` doesn't make any sense to me, unless you build the pages for each days/month/years
Honestly I'm still not convinced by this feature.