cuibonobo / cuibonobo.com

A static site generator for cuibonobo.com
https://cuibonobo.com
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Implement 'featured' or 'pinned' posts #43

Open cuibonobo opened 2 years ago

cuibonobo commented 2 years ago

Here is a good example of a featured blog post. Twitter implements pinned tweets. GitHub lets you pin repos. When you are dealing with ephemeral content, I can definitely see the appeal of keeping your best stuff at the top.

The biggest question here is how to implement this from a data perspective. My first instinct is to have 'featured' be a tag and have the component show a certain number of posts of that type and tag. Of course, I haven't implemented tags yet...