init
This commit is contained in:
26
README.md
Normal file
26
README.md
Normal file
@ -0,0 +1,26 @@
|
||||
# PhotoHUB
|
||||
Just a simple python program to generate static site
|
||||
|
||||
|
||||
## File
|
||||
|
||||
- .nef: **(MANDATORY)**
|
||||
- .pp3: (optionnal)
|
||||
- .png: high resolution format (optionnal: can be generated by the .nef)
|
||||
- .jpeg: low resolution format (optionnal: can be generated by the .png)
|
||||
- desc.md: description markdown file (optionnal)
|
||||
|
||||
### File structure
|
||||
```
|
||||
img1/
|
||||
├─ img1.nef
|
||||
img2/
|
||||
├─ img2.pp3
|
||||
├─ img2.png
|
||||
├─ img2.jpeg
|
||||
├─ img2.nef
|
||||
img3.nef
|
||||
img4.png
|
||||
img4.jpeg
|
||||
img4.nef
|
||||
```
|
Reference in New Issue
Block a user