My New Blog
Table of Contents
It feels like this is the millionth time I made a new blog. My previous blog was really bad. I had to write blog posts inside a JSON file. Nothing at all was automated.
Recently I started using Obsidian to take notes. It’s just a markdown editor but with a fancy UI and some more features. Then one day I realized I could write my blog posts in Obsidian and have them automatically pushed to my website.
Pipeline
I need everything to be fully automated. I should be able to write a blog post in Obsidian and then a few minutes later it should appear on the website.
Here is how things work:
- I write a blog post in obsidian
- I run a script that prepares everything and uploads it to github
- My server sees a new update in github
- My server pulls and deploys the new site