vault backup: 2025-01-17 20:51:17
This commit is contained in:
parent
6d6ac8c2f8
commit
3eee194f13
2 changed files with 11 additions and 1 deletions
|
@ -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
|
||||||
|
|
2
index.md
2
index.md
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: ModernLeft - Home
|
title: Home
|
||||||
draft: false
|
draft: false
|
||||||
date: 2025-01-16
|
date: 2025-01-16
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue