path:
/sample.config
575 B | plain
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SourceDir=./foobar
TargetDir=./out
[Site]
Author=Max Mustermann
Name="ctucx gallery sample"
Description="a short discription for your site"
Tags="a list of tags for seo stuff"
ShowOriginalsButton=true
SymlinkOriginals=false
EnableJS=true ;if disabled no exif data will get parsed and keyboard navigation does not work
[Thumbnails]
; if u set only one of these, it will generate thumbnails with the given width/height while keeping
; the aspect-ratio of the original photo. but currently this breaks the css and it looks ugly.
SmallWidth=200
SmallHeight=200
SmallQuality=90