- Only issues created by authors should show up on the blog
Why (tl;dr: reducing friction)
My blog was earlier built on Hugo. If I had to write a new post, I had to jump through a few hoops to get started writing a new post. (login to my laptop, cd into the local clone of my blog repo, hugo new
post, write out the article, hugo serve
to preview, then push it upstream)
When I transitioned to building a next.js based blog (/site) the process remained quite the same. Then I came across Shawn's ... and realised I already was writing a lot in my github project's issues, so this will reduce the friction in writing and also take away the limitation of having to be on my own machine to write a new post. I could write a post on my phone via the Github mobile app ...
https://github.com/sw-yx/swyxkit/pull/9/commits/3a309d95275ae32bd311d71838ca36858b222eb6