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