
Blogging using GitHub issues
Can I blog using GitHub issues on my phone? Let’s find out.
I’ve attached an image to this from my phone which should be used as the posts hero/featured image.
This is an experiment in using GitHub issues as a blogging platform. The beauty of this approach is that I can write blog posts directly from my phone using the GitHub mobile app, complete with images and rich text formatting.
Why GitHub Issues for Blogging?
Using GitHub issues for blogging offers several interesting advantages:
- Mobile-first writing: I can write and publish blog posts directly from my phone using the GitHub app
- Built-in discussions: Each blog post automatically becomes a place for comments and discussions
- Version control: All blog content is version controlled by default
- Markdown support: Rich text formatting with GitHub-flavored Markdown
- Image uploads: Easy image attachments directly from mobile devices
The Process
The process is surprisingly simple:
- Create a new issue in the repository
- Write the blog post content in the issue description
- Attach any images directly to the issue
- The blog system automatically converts the issue into a blog post
This post itself was created from a GitHub issue, demonstrating the seamless integration between GitHub’s issue system and a static site generator.
Pretty cool, right? This opens up a whole new way of thinking about content management for static sites!