DEV Community

Piotr
Piotr

Posted on • Originally published at garden.piotrk.it on

Thoughts on hosting my blog

My blog https://garden.piotrk.it was built using Quartz and so far I’m loving it. I’ve set it up such that it publishes automatically using Cloudflare Pages because I wanted to get something running fast. One advantage of Cloudflare is that it gives me analytics for free. My end goal is to move out of Cloudflare and self-host.

Updating this site is super easy,:

npx quartz sync --no-pull 
Enter fullscreen mode Exit fullscreen mode

and the site is up!

To make this process less painful (I’m lazy and don’t want to open a terminal) I’ve set up Obsidian Shellcommands plugin. You can read abut this process here setting obsidian-shellcommands plugin on flatpak.

Now running Ctrl + P and typing Update page updates the page directly from obsidian.

Top comments (0)