Hey everyone! I’m excited to share a little side‑project I’ve been working on called AutoBlog.
At its core it’s a very small amount of code that turns your GitHub commit history into a Hugo‑powered blog. The idea is simple, but the result is a continuously‑updating development log that you can publish with virtually no manual effort.
What is AutoBlog?
AutoBlog watches a GitHub repository, pulls the most recent commits via the GitHub API, and writes each commit to a Markdown file that Hugo can render as a blog post.
The generated post contains: