2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-03 15:40:14 +00:00
Commit Graph

41 Commits

Author SHA1 Message Date
Romain
80f7a88c35 Fix #61: new options to avoid copying original photos to the output folder 2017-06-03 21:25:41 +10:00
Romain
fb77791c80 Fix #33: new --cleanup option to remove unused generated thumbnails/media 2017-03-09 22:40:41 +11:00
Romain
9dcebe6280 Group CLI options into 3 categories to make them more digestible 2017-03-08 22:18:05 +11:00
Romain
50f9a84eff Remove deprecated --sort-folders option 2017-03-08 21:59:19 +11:00
Romain
23ddee4945 Rename repository to "thumbsup" as the language is irrelevant to consumers 2017-03-08 21:47:06 +11:00
Romain
59b9bdbbd2 Use <standard> for code style, which removed lots of unused variables/requires 2017-03-06 23:46:46 +11:00
Romain
8cddac629e README instructions to install thumbsup globally (easier quick setup) 2017-03-01 21:57:55 +11:00
Romain
cc280a2180 Set the DEBUG env var to print verbose logs (including GraphicsMagick commands etc) 2017-02-28 18:07:25 +11:00
Romain
8dccb88f25 Use [exiftool-json-db] to maintain the JSON database of media files 2017-02-28 00:13:45 +11:00
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)
2017-02-07 23:37:52 +11:00
Romain
19f408016c Add Travis CI badge to README 2017-02-05 19:55:43 +11:00
Romain
596fe1babc Fix CI build 2017-02-05 18:38:06 +11:00
Romain
0a1302dd4a README add dev dependencies status from david-dm 2016-11-12 15:30:14 +11:00
Romain
6bfba60918 Update all dependencies + full build script in scripts/cibuild 2016-11-12 15:27:16 +11:00
Romain
6d245f3ed5 Fix typos in CLI help and README 2016-11-12 08:03:30 +11:00
Romain
6565acb259 Update README.md 2016-11-12 07:35:13 +11:00
Romain Prieto
5553ab0c9b README updates 2016-10-16 17:09:42 +11:00
Romain Prieto
a47259b220 Fix README table of contents 2016-10-16 13:51:32 +11:00
Romain Prieto
9c0071c00d Work in progress: support multiple themes 2016-10-15 23:22:22 +11:00
Romain Prieto
4baf46031c Cleanup README and add table of contents 2016-09-27 18:39:21 +10:00
Romain Prieto
1cabe90499 README: note about the issue with Ubuntu 10.04 2015-10-14 12:23:09 +11:00
Romain Prieto
ce90ed5d27 Update README sample output 2014-11-30 21:05:45 +11:00
Romain Prieto
357ae588c1 Update README sample output 2014-11-29 18:32:22 +11:00
Romain Prieto
ef294ad513 Fix #18: don't upload original media by default, add new command line options 2014-11-29 18:30:57 +11:00
Romain Prieto
92c6d6b9d3 Fix #12, add support for --google-analytics config (uses latest GA tracking code) 2014-10-05 22:48:49 +11:00
Romain Prieto
35ff854ba7 README: s3cmd for AWS sync 2014-09-14 23:38:05 +10:00
Romain Prieto
3be5a3507a README: remove dev-related badges (there are none) 2014-08-05 13:25:14 +10:00
Romain Prieto
d085266732 README: badges + setup notes + relative paths 2014-08-05 13:24:14 +10:00
rprieto
f1f09adc14 Sort folders by date or by name 2014-06-10 22:15:20 +10:00
rprieto
3c8ecce018 Use <yargs> to parse command line args, and support JSON config 2014-06-10 21:28:47 +10:00
Romain Prieto
fbb6512b63 README fix sample website link 2014-06-10 12:53:39 +10:00
Romain Prieto
fd72c3d1d8 README link to the sample website on Github pages 2014-06-10 12:53:06 +10:00
rprieto
6bbc1ebc77 Update README with sample output 2014-05-19 22:26:08 +10:00
Romain Prieto
5f7e3ae23a README fix typo 2014-04-27 09:14:05 +10:00
rprieto
704d79772e npm badge 2014-04-22 19:27:21 +10:00
rprieto
eaa8bd2831 support for custom title and CSS 2014-04-22 00:13:47 +10:00
rprieto
1608b3cfac Generated website contains original media too
- now generate thumbs + large (original is too big for web download)
- simpler build system
2014-04-21 19:39:48 +10:00
rprieto
288ee7f87c Only create thumbs / copy files if they have changed 2014-04-20 16:19:39 +10:00
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.
2014-04-19 17:49:24 +10:00
rprieto
2086d37d38 Fix README 2014-04-17 21:31:00 +10:00
rprieto
62c0d09868 Initial commit 2014-04-17 21:26:18 +10:00