Migrate from Kirby to Jekyll

In the past, writing a post has lots of friction. I need to run Kirby in my laptop, login, copy and paste the content, publish it. Then run a python script to generate it into static pages and commit it to my github.

Now with the help of AI, I removed Kirby from the workflow. I will write in markdown format, directly to my github repository and then commit it.

My ideal workflow would be write a post in iA Writer, once I’m done will I drag it into a /publish folder, then a script will generate a standard block of YAML at the top (for Jekyll to generate static site backend). And finally auto commit it to my github. Of course AI will help me do that.