vault backup: 2025-01-17 20:51:17

This commit is contained in:
Nathan Price 2025-01-17 20:51:17 -05:00
parent 6d6ac8c2f8
commit 3eee194f13
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg
2 changed files with 11 additions and 1 deletions

View file

@ -59,6 +59,16 @@ After that, you can configure whatever you would like in `/srv/quartz/src` using
🥳 Done! 🎉 🥳 Done! 🎉
## Manually Building the Site
```bash
docker exec -it quartz-wiki bash
cd content/
git restore .
cd ../src/
npx quartz build
```
## ⚙️ Configuration ## ⚙️ Configuration
### Optional `node_modules` volume ### Optional `node_modules` volume

View file

@ -1,5 +1,5 @@
--- ---
title: ModernLeft - Home title: Home
draft: false draft: false
date: 2025-01-16 date: 2025-01-16
--- ---