From 3eee194f137e2ff32d63b1f8ee20e4a276baf300 Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Fri, 17 Jan 2025 20:51:17 -0500 Subject: [PATCH] vault backup: 2025-01-17 20:51:17 --- Applications/quartz-docker.md | 10 ++++++++++ index.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Applications/quartz-docker.md b/Applications/quartz-docker.md index 3e1ce4f..6e872de 100644 --- a/Applications/quartz-docker.md +++ b/Applications/quartz-docker.md @@ -59,6 +59,16 @@ After that, you can configure whatever you would like in `/srv/quartz/src` using 🥳 Done! 🎉 +## Manually Building the Site + +```bash +docker exec -it quartz-wiki bash +cd content/ +git restore . +cd ../src/ +npx quartz build +``` + ## ⚙️ Configuration ### Optional `node_modules` volume diff --git a/index.md b/index.md index dbc21d3..712db08 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,5 @@ --- -title: ModernLeft - Home +title: Home draft: false date: 2025-01-16 ---