Commit Graph

85 Commits (master)

Author SHA1 Message Date
Romain 8cddac629e README instructions to install thumbsup globally (easier quick setup) 7 years ago
Romain cc280a2180 Set the DEBUG env var to print verbose logs (including GraphicsMagick commands etc) 7 years ago
Romain 8dccb88f25 Use [exiftool-json-db] to maintain the JSON database of media files 7 years ago
Romain e36464a76a New --albums-output-folder option to write all albums to a subfolder (cleaner output)
The main changes are
- this introduces relative paths, since some HTML files have to go ".." to get to public/media
- it also introduces the difference between album.path (OS dependent) and album.url (forward slashes)
7 years ago
Romain 19f408016c Add Travis CI badge to README 7 years ago
Romain 596fe1babc Fix CI build 7 years ago
Romain 0a1302dd4a README add dev dependencies status from david-dm 8 years ago
Romain 6bfba60918 Update all dependencies + full build script in scripts/cibuild 8 years ago
Romain 6d245f3ed5 Fix typos in CLI help and README 8 years ago
Romain 6565acb259 Update README.md 8 years ago
Romain Prieto 5553ab0c9b README updates 8 years ago
Romain Prieto a47259b220 Fix README table of contents 8 years ago
Romain Prieto 9c0071c00d Work in progress: support multiple themes 8 years ago
Romain Prieto 4baf46031c Cleanup README and add table of contents 8 years ago
Romain Prieto 1cabe90499 README: note about the issue with Ubuntu 10.04 9 years ago
Romain Prieto ce90ed5d27 Update README sample output 10 years ago
Romain Prieto 357ae588c1 Update README sample output 10 years ago
Romain Prieto ef294ad513 Fix #18: don't upload original media by default, add new command line options 10 years ago
Romain Prieto 92c6d6b9d3 Fix #12, add support for --google-analytics config (uses latest GA tracking code) 10 years ago
Romain Prieto 35ff854ba7 README: s3cmd for AWS sync 10 years ago
Romain Prieto 3be5a3507a README: remove dev-related badges (there are none) 10 years ago
Romain Prieto d085266732 README: badges + setup notes + relative paths 10 years ago
rprieto f1f09adc14 Sort folders by date or by name 10 years ago
rprieto 3c8ecce018 Use <yargs> to parse command line args, and support JSON config 10 years ago
Romain Prieto fbb6512b63 README fix sample website link 10 years ago
Romain Prieto fd72c3d1d8 README link to the sample website on Github pages 10 years ago
rprieto 6bbc1ebc77 Update README with sample output 10 years ago
Romain Prieto 5f7e3ae23a README fix typo 10 years ago
rprieto 704d79772e npm badge 10 years ago
rprieto eaa8bd2831 support for custom title and CSS 10 years ago
rprieto 1608b3cfac Generated website contains original media too
- now generate thumbs + large (original is too big for web download)
- simpler build system
10 years ago
rprieto 288ee7f87c Only create thumbs / copy files if they have changed 10 years ago
rprieto 7b20cf1722 Remove Gulp dependency (see below)
Gulp is very good at buffered / streamed content.
However GraphicsMagick + FFmpeg work well with file paths,
so it's easier to just glob(**) and call the command line tools.
10 years ago
rprieto 2086d37d38 Fix README 10 years ago
rprieto 62c0d09868 Initial commit 10 years ago