fluxcd / website

The Flux website and user documentation
https://fluxcd.io
Apache License 2.0
50 stars 323 forks source link

resources page: allow sorting, selecting by tags of videos #642

Open dholbach opened 2 years ago

dholbach commented 2 years ago

The page is getting a bit unwieldy - can we have sorting and tags?

staceypotter commented 2 years ago

Great idea about the tags! I'm wondering if we should have categories of Resources as well. I'm thinking of all the blog posts that mention articles written by various folks...

Resources -> Videos (can be sorted by year, tag, type) -> Articles (can be sorted by year, tag, type) -> Other? (Workshops / tutorials / etc? or is this already docs?)

WDYT @dholbach ?

dholbach commented 2 years ago

That would be great - I'll have a look and see how it could be implemented when I find some time. (Unless someone else wants to take a look beforehand.)

dholbach commented 1 year ago

https://gohugo.io/templates/data-templates/ might be useful here. We could add tags to the YAML file and then generate a tag cloud at the top. It'll be a bit of work, but we might even be able to drop the resources script this way.