This commit is contained in:
2025-03-07 18:12:52 +01:00
commit 683d152491
13 changed files with 984 additions and 0 deletions

26
README.md Normal file
View 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
```