CarletonComputerScienceSociety / website

2021-Present website
https://ccss.carleton.ca
13 stars 25 forks source link

Hugo Filtering Content by Date Spike #359

Open MathyouMB opened 9 months ago

MathyouMB commented 9 months ago

One feature that would be really awesome would be the ability to filter for events "before / after" a certain date.

This is difficult to do as Hugo generates a static site and therefore we cannot query or filter the event data via JavaScript.

For this issue, please determine potentially options for how we could implement displaying events "before / after" a date.

Here is a help post I started to read that may help you: https://discourse.gohugo.io/t/trying-to-filter-data-files-based-upon-a-date-field/2114

Howl0511 commented 6 months ago

I want to contribute to this change.