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. You can read how I did that in this post. That’s all well and good, but the workflow of writing a blog post in VSCode is not really a pleasant one. luckily I can use my favorite note taking tool Obsidian fort do this really easily, as it uses markdown, just like Hugo. ...

January 26, 2024 · 1 min