fission-codes / landing-page

Fission home page
https://fission.codes
Other
9 stars 2 forks source link

Fission Blog Tags, Filtering, and Search #89

Open heybeckyv opened 1 year ago

heybeckyv commented 1 year ago

I would like users to be able to filter posts by tags on the Fission blog. I already use tags in all of my blog posts. They could filter by newsletter, IPVM, IPFS Thing, etc. and it would only display those posts. Search would also be very helpful but tag filtering is my first priority. Thank you!

avivash commented 1 year ago

@depatchedmode if you throw together a design, I think one of us could take a stab at a quick-ish implementation of this as a first pass when we get some extra time

avivash commented 1 year ago

We can add some logic to .eleventy.js sort the posts by tags at build time. For search we can probably go with a purely frontend implementation as a first pass since there isn't that much content in the blog yet