update readme

This commit is contained in:
Galuh Sahid 2023-12-27 22:09:22 +01:00
parent 7ec45a5f1d
commit b4af071290
1 changed files with 21 additions and 1 deletions

View File

@ -1,10 +1,30 @@
# Quartz v4 # 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 ## Improvements
- scripts/publish.sh: - scripts/publish.sh:
- [ ] Skip copying files that already exist - [ ] Skip copying files that already exist
- [ ] Resize image to 60% for faster load - [ ] 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 > “[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