Files
garden/how the site works.md
Lauren Kaviak c92e22f38f
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 38s
add metadata
2026-04-12 02:29:14 -05:00

569 B

title, tags
title tags
how the site works
nerd-shit
homelab

This obsidian vault is stored in a git repository on my gitea instance. It has a workflow which clones the quartz v4 repository, installs the dependencies, patches it, copies the vault contents into the relevant quartz v4 repo folder, runs the quartz build command, and tar's the build output as a release. I then have an nginx deployment in my k3s cluster that downloads the latest release tar ball, inflates it and serves it in an nginx server. It's a lot more straight forward than you would think.