clean: update readme
This commit is contained in:
parent
0ee3a22b80
commit
86363d4c2f
28
README.md
28
README.md
@ -4,23 +4,17 @@ Just a simple python program to generate static site
|
|||||||
|
|
||||||
## File
|
## File
|
||||||
|
|
||||||
- .nef: **(MANDATORY)**
|
- RAW: (optionnal)
|
||||||
- .pp3: (optionnal)
|
- EDIT_DATA: (optionnal)
|
||||||
- .png: high resolution format (optionnal: can be generated by the .nef)
|
- LARGE: high resolution format (optionnal: can be generated by the RAW)
|
||||||
- .jpeg: low resolution format (optionnal: can be generated by the .png)
|
- SMALL: low resolution format (optionnal: can be generated by the LARGE)
|
||||||
- desc.md: description markdown file (optionnal)
|
- DESQ: description markdown file (optionnal)
|
||||||
|
|
||||||
### File structure
|
### Format supported
|
||||||
```
|
```
|
||||||
img1/
|
RAW: .NEF
|
||||||
├─ img1.nef
|
LARGE: .png
|
||||||
img2/
|
SMALL: jpeg
|
||||||
├─ img2.pp3
|
EDIT_DATA: .pp3
|
||||||
├─ img2.png
|
DESQ: .md
|
||||||
├─ img2.jpeg
|
|
||||||
├─ img2.nef
|
|
||||||
img3.nef
|
|
||||||
img4.png
|
|
||||||
img4.jpeg
|
|
||||||
img4.nef
|
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user