update readme

This commit is contained in:
Gal 2023-12-27 22:09:22 +01:00 committed by Galuh Sahid
parent 4a9e82becb
commit 50c481541c
1 changed files with 21 additions and 1 deletions

View File

@ -1,10 +1,30 @@
# Quartz v4
## Set up
Set up .env:
```
SOURCE_DIR=<path>
DEST_DIR=<path>
```
Run on local:
```
make publish local=True
```
Run on server:
```
make publish
```
## Improvements
- scripts/publish.sh:
- [ ] Skip copying files that already exist
- [ ] Resize image to 60% for faster load
- add restart/publish to make
- [x] add restart/publish to make
---
> “[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming