Current setup

Upfront tech decisions after a few hours of research:


I decided to go with Render Blueprint since I want to support comments in the future and would like to have it under a single project. Here’s the initial YAML file that I’ve used to get started:

render.yaml
services:
  - type: web
    name: your-name
    runtime: static
    rootDir: "./quartz"
    buildCommand: "npm ci && npx quartz build"
    staticPublishPath: "./public"

Set upobisidian-plugin obsidian-copilot - I think it’s amazing! I’ve just started testing it (llama:70b), and it looks incredibly promising.