#+title: org-garden An [[https://orgmode.org/][org-roam]] to static website publishing pipeline. Converts =.org= notes into a rendered site using Emacs/[[https://ox-hugo.scripter.co/][ox-hugo]] for export and [[https://quartz.jzhao.xyz/][Quartz 4]] for site generation. * Usage #+begin_example org-garden serve # dev server with live reload org-garden build # production static build org-garden export # org → markdown only #+end_example * Running with Nix (recommended) #+begin_src sh nix run . -- serve nix run . -- build #+end_src * Running with Mix #+begin_src sh mix deps.get mix escript.build ./org_garden serve #+end_src Requires =QUARTZ_PATH= to point to a Quartz install with =node_modules= for =serve= and =build= commands.