Using Obsidian with GitHub to write Hugo blog posts

In this post, I’ll share how I streamlined my blog post creation process for my Hugo-based site using Obsidian and GitHub Actions. I made this blog using Hugo a CMS, which is hosted serverless on an S3 bucket with CloudFront as a CDN. The blog is automatically updated using GitHub Actions whenever I push new content to a GitHub repo. That’s all well and good, but the workflow of writing a blog post in VSCode is not really a pleasant one....

January 26, 2024 · 1 min