39 ms·
It's on my to-do list for some time to try out editing my jeykll based blog in obsidian directly - especially with obsidian properties editor now being availabl
by bizzleDawg 3y ago
It's on my to-do list for some time to try out editing my jeykll based blog in obsidian directly - especially with obsidian properties editor now being available ("properties" being yaml based front matter).
Then it's just a git commit away from publishing. You could probably even just use git sync from obsidian if you're disciplined with the published flag
- kepano 3y agoThis is what I do for my personal blog and it works great.
- ellieh 3y agoI use Quartz* for my personal site, and just edit it directly in Obsidian. One push to GitHub and it's deployed, with very little effort. It's like Obsidian Publish, but much more customizable. Before this, I felt the same as the linked post - there was too much friction for me to ever publish anything. *: https://quartz.jzhao.xyz/ https://quartz.jzhao.xyz/
- Brajeshwar 3y agoI have a few Jekyll blogs including my personal one and I haven't had to touch the Jekyll part for quite a while (it takes a while to compile). I just write in Obsidian and then Github takes over. I also maintain two VitePress[1] sites. Once I setup it up (I still use Sublime Text), I do the writing on Obsidian. What I write and see in Obsidian is good enough that I have just done away with looking at how the site looks after I change/add/edit the text. I sometimes do but just to check build and if the sitemaps are generated, etc. -- routine hygiene. 1. https://vitepress.dev https://vitepress.dev