I know that it is possible to filter posts according to front matter during build. What are the possibilities to filter posts client side after deploying to site?
javascript.
One way would be to have jekyll output json of your posts and then use JS to parse that however you want.
Jekyll does not have anything like this built in.
Thanks @rdyar . I was also thinking so.
I am writing a blog post on this now, as I have some advice to share. I’ve used live JS filtering for some projects in Jekyll
Here’s my post!
Thanks, let me check it.