peterdesmet / petridish

Jekyll theme for research project websites 🧫
https://peterdesmet.github.io/petridish
MIT License
51 stars 44 forks source link

Create category pages as ?category=value #14

Closed peterdesmet closed 5 years ago

peterdesmet commented 5 years ago

Categories are added as data-categories on .card. When there is a URL querystring with ?category=value, then .cards (or rather their parent .col) are hidden when they don't contain the selected category. The select category is also shown in the jumbotron as a badge.

peterdesmet commented 5 years ago

Fixes #13