update readme
This commit is contained in:
parent
4a9e82becb
commit
50c481541c
22
README.md
22
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue