2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-05 12:01:04 +00:00
Commit Graph

180 Commits

Author SHA1 Message Date
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
8bffd0bfbd 0.1.1 2014-09-16 00:49:22 +10:00
Romain Prieto
bdb43ff4c7 Upgrade yargs (removes debug messages) + remove commander (obsolete) 2014-09-16 00:49:08 +10:00
Romain Prieto
35ff854ba7 README: s3cmd for AWS sync 2014-09-14 23:38:05 +10:00
Romain Prieto
3226077f23 0.1.0 2014-09-14 23:32:25 +10:00
Romain Prieto
908a1f26e0 More files for npmignore 2014-09-14 23:32:19 +10:00
Romain Prieto
2037bf4455 Remove deleted media from the generated HTML pages 2014-09-14 23:29: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
dc99f35e6e Rebuild site 2014-06-10 22:29:40 +10:00
rprieto
58f1cb5c5e Fix error in new options 2014-06-10 22:29:33 +10:00
Romain Prieto
cf3a56685e Merge pull request #11 from rprieto/folder-sort
Sort folders by date or by name
2014-06-10 22:17:00 +10:00
rprieto
f1f09adc14 Sort folders by date or by name 2014-06-10 22:15:20 +10:00
Romain Prieto
819c051208 Merge pull request #10 from rprieto/options
Use <yargs> to parse command line args, and support JSON config
2014-06-10 21:34:11 +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
bf53fcb425 Merge pull request #9 from rprieto/fast-regen
Remove Regen dependency (faster builds)
2014-06-10 12:57:22 +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
Romain Prieto
cbd505bf27 Build the example site into _site (published as Github pages) 2014-06-10 12:49:54 +10:00
Romain Prieto
314d2175e4 added gh-pages as submodule 2014-06-10 12:30:17 +10:00
rprieto
436d126050 Remove <regen> dependency (faster builds)
Since we read all the file metadata for EXIF dates, and we need it as well for the view model,
we should use it to generate the thumbnails and save many calls to glob() and fs.stat()
2014-06-10 08:36:38 +10:00
rprieto
a13b94ea3e Fix view model for videos 2014-06-04 22:22:50 +10:00
rprieto
7f7b36ab7b Improve metadata collection (single file stat, ...) 2014-06-04 22:09:21 +10:00
rprieto
8fc19fab97 Metadata fake progress report 2014-06-04 20:03:25 +10:00
rprieto
17c4b0f9f1 Helper commands in package.json to build the example website 2014-06-04 19:18:56 +10:00
rprieto
63ee950684 Use the pre-built metadata to create the galleries view model
Fixes #4 : sorts the files by either EXIF date (photos) or file date (videos)
2014-06-04 19:18:41 +10:00
rprieto
11575c65d4 Read and cache EXIF data into <metadata.json> 2014-06-04 19:16:28 +10:00
rprieto
06b2714fde Link to download the original media (photos / videos) 2014-06-04 08:50:06 +10:00
rprieto
37a3c963fc 0.0.7 2014-05-23 21:19:24 +10:00
rprieto
fb31c01053 Bump up regen version 2014-05-23 21:19:15 +10:00
rprieto
ba8c4a59f3 Fix website generation (bad refactor) 2014-05-23 21:18:46 +10:00
rprieto
26ebcce0d2 0.0.6 2014-05-19 22:26:31 +10:00
rprieto
6bbc1ebc77 Update README with sample output 2014-05-19 22:26:08 +10:00
rprieto
63e1859702 Update license to MIT 2014-05-19 22:25:09 +10:00
rprieto
1687999976 Fix #1 : report progress of operations in the console 2014-05-19 22:23:59 +10:00
rprieto
d7d9a9e3a9 Fix #3. Display web-friendly videos (smaller size, and keeps original) 2014-05-18 20:30:06 +10:00
Romain Prieto
5f7e3ae23a README fix typo 2014-04-27 09:14:05 +10:00
rprieto
1363ec5ea2 0.0.5 2014-04-26 18:24:42 +10:00
rprieto
88ad9d6d05 Fix over-eager copy of original media 2014-04-26 18:23:19 +10:00
rprieto
8a468026da Fix "split" title when it's more than 2 words 2014-04-26 16:41:37 +10:00
rprieto
8531b26b2a Use modified time instead of creation time when copying folders 2014-04-25 23:58:29 +10:00
rprieto
8b763ef509 Upgrade to regen 0.0.3 2014-04-25 23:58:05 +10:00
rprieto
80725eedd6 ignore sample files in npm package 2014-04-25 23:52:54 +10:00
rprieto
5a44f5c6ed Add repository to package.json 2014-04-22 22:34:26 +10:00
rprieto
704d79772e npm badge 2014-04-22 19:27:21 +10:00
rprieto
3c2c3aae96 Extract reusable "regen" module to process source / dest files 2014-04-22 19:26:56 +10:00
rprieto
6055952af1 0.0.4 2014-04-22 00:14:11 +10:00
rprieto
eaa8bd2831 support for custom title and CSS 2014-04-22 00:13:47 +10:00
rprieto
e5c5aaab24 "play button" overlay for video thumbnails 2014-04-21 23:49:57 +10:00
rprieto
5b8e77de0b 0.0.3 2014-04-21 21:48:42 +10:00