Not a verified service
This is not a verified service. It is a research card assembled from the upstream README and metadata. The deployment contract, live deployment and Evidence are not complete.
What is this project
A personal blog using GitHub Issues and Actions as its content layer
What problem does it solve
Solves the need to maintain a separate CMS database and hosting for personal writing
Who it is for
- Authors using GitHub
- people treating a repo as a content database
What it can do
- Issue-based posts
- Actions builds
- an RSS feed and static blog publishing
Deployment requirements
- A GitHub repository
- Issues
- Actions and Pages or another static host
Known limitations
- Content and permissions are tied to GitHub
- Issue API and Actions quotas apply
Current stage
GitHub as a content database is mapped; end-to-end publishing and deletion acceptance are pending
Upstream facts
- Upstream
- yihong0618/gitblog
- License
- MIT
- Default branch
- master
- Last push
- 2026-08-20
- Checked on
- 2026-08-27
Next steps
- Fix the post schema and states
- test Issue-to-page flow
- add repo backup and teardown