You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 years ago | |
---|---|---|
public | 9 years ago | |
scripts | 9 years ago | |
views | 9 years ago | |
.gitignore | 9 years ago | |
README.md | 9 years ago | |
galerie.js | 9 years ago | |
package.json | 9 years ago |
README.md
Galerie
A simple gallery creation tool.
Layout
To the current directory, add one layer of directories which contain images and no more.
$ ls -1
20130819-holiday
20130908-new-baby
20131930-grandmas-visit
$ ls -1 20130819-holiday
img-1.jpg
img-2.jpg
img-3.jpg
Running Galerie
Just type the command name since it'll process the current directory by default.
$ galerie
Afterwards you'll see an index.html
file in each dir and a html file for each image.
Each image will also have three other images created:
t - thumb - 150
s - small - 300
m - medium - 600
l - large - 1200
The originals stay where they are.
That's pretty much it.
(Ends)