In proper HN fashion, the site is open-source and requires no JS!
There's instructions on how to add/edit a blog on the Github README.
[0] https://github.com/surprisetalk/blogs.hn
Note that your blog might appear in blogs.json, but not on the site! Right now I'm using the following code to filter out blogs. Your blog might appear if you add more metadata:
if (
3 > 0
+ !!blog.title
+ (blog.desc.length > 40)
+ !!blog.about
+ !!blog.now
+ !!blog.feed
+ 3 * (blog.hn.length > 1)
)
continue;
As I mention on the /about page, if you don't already have a blog, I recently made a minimal static site generator! It's easier than ever to begin your writing journey :)
gnabgib•1d ago
Related:
Show HN: Hacker News user blogroll (937 points, 2023, 187 comments) https://news.ycombinator.com/item?id=36605493
Show HN: OPML list of Hacker News Users Personal Blogs (281 points, 2023, 101 comments) https://news.ycombinator.com/item?id=36627112