tholman / the-indie-web

A hotspot for indie creations on the web
https://theindieweb.com
GNU General Public License v3.0
254 stars 38 forks source link

Related Posts #319

Open tholman opened 4 years ago

tholman commented 4 years ago

Need to design something for related posts... perhaps, just using the main page summary tiles after a post. Or perhaps there's a more refined smaller tile. Will investigate.

These can use hugo's related post algo, which is honestly amazing.

TJScalzo commented 4 years ago

Based on some quick experimenting with Hugo's example related posts algorithm, it seems like more tags for each post are necessary for it to be able to find relevant related posts.

Quite a few of the posts only have one tag. Some of them are the only post that use that tag. This means that the algorithm can't find any related posts at all. (Unless you configure the algorithm and decrease the weight of tags or increase the weight of the date/category.)