Like others on here, I was inspired by the "personal blogs" post :)
[0] https://news.ycombinator.com/item?id=36575081
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.
[1] 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 :)
[2] https://github.com/surprisetalk/worstpress
Uh, wanna talk about your commit messages? I mean I love it to bits, but I feel something needs to be said. Not sure what. It may be U+2603.