Hacker News new | ask | show | jobs
by surprisetalk 1086 days ago
I just made something similar!

https://blogs.hn

2 comments

This is pretty nice, but for my blog I noticed the latest article are wrong. Check yannesposito.com
It looks like the description I pulled from your site was "Most recent articles", which I think made things confusing haha

  <meta name="description" content="Most recent articles">
If you look at fetch.js in the repo, it just pulls the top posts from Algolia search.
what criteria did you use to create it? If I'm not mistaken mine's missing :)
Your blog is probably in the blogs.json, but filtered due to data missing from my crawler.

I added some instructions on how to manually fix visibility problems here:

[0] https://news.ycombinator.com/item?id=36613727

EDIT: posted wrong link :)