init command
This commit is contained in:
parent
5debb179ca
commit
d097116c37
11 changed files with 335 additions and 3 deletions
9
resources/skel/photojawn.conf.yml
Normal file
9
resources/skel/photojawn.conf.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Max size of thumbnails when viewing an album
|
||||
thumbnail_size: [256, 256]
|
||||
|
||||
# Max size of images when viewing a single one on screen
|
||||
view_size: [1024, 768]
|
||||
|
||||
# Directory where the generated site will be created in. All original images will be
|
||||
# copied in to here with the same directory structure.
|
||||
output_dir: "site"
|
||||
Loading…
Add table
Add a link
Reference in a new issue