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

198 Commits

Author SHA1 Message Date
Romain
fd9bf181fd Extract model from website generation 2016-11-02 11:35:27 +11:00
Romain
b023b72cc0 Extract album creation as separate step + consolidate progress bar logic 2016-11-01 14:12:38 +11:00
Romain
ed605abeb4 Classic theme fixes 2016-10-27 08:15:39 +11:00
Romain
7c0fb8a3bf Enable --albums-from = [ folders | date ] and --albums-date-format 2016-10-26 21:57:06 +11:00
Romain
b64843a8a1 Re-implement "classic" theme = same as thumbsup v1 2016-10-26 21:56:20 +11:00
Romain
90b2e17df3 Update executable with all new options 2016-10-26 08:31:13 +11:00
Romain
707e25ca34 Increase preview count for the Mosaic theme 2016-10-26 08:30:21 +11:00
Romain
6d162bd110 Fix sorting of albums & media 2016-10-26 08:30:08 +11:00
Romain
3dd51841ff 2 main themes will be "cards" and "mosaic" 2016-10-26 08:29:48 +11:00
Romain Prieto
72fd69bb79 by-date generator supports nested albums + custom album title format 2016-10-17 18:34:45 +11:00
Romain
942f673670 Merge pull request #46 from rprieto/nested-albums
Nested albums
2016-10-17 08:26:11 +11:00
Romain Prieto
4d6d79f3d5 Rebuild the example gallery with nested folder as a demo 2016-10-16 22:30:29 +11:00
Romain Prieto
14bd74a540 Fix missing stylesheet 2016-10-16 22:26:21 +11:00
Romain Prieto
d8f8a0c1fe Add handy Handlebars helper to repeat a block N times
Usage: {{#times 4}}hello{{/times}
Can also use any variables in context, e.g. {{#times things.length}}
2016-10-16 22:26:12 +11:00
Romain Prieto
f69d2e3d48 Add support for nested folders 2016-10-16 22:24:07 +11:00
Romain Prieto
5553ab0c9b README updates 2016-10-16 17:09:42 +11:00
Romain Prieto
c61681253f Fix README screenshot 2016-10-16 13:55:05 +11:00
Romain Prieto
a47259b220 Fix README table of contents 2016-10-16 13:51:32 +11:00
Romain
dc73b09f3c Merge pull request #45 from rprieto/themes
Support multiple themes, and new default theme
2016-10-16 13:44:00 +11:00
Romain Prieto
9c0071c00d Work in progress: support multiple themes 2016-10-15 23:22:22 +11:00
Romain Prieto
d545bd45fd Add TravisCI for unit tests 2016-10-13 18:53:04 +11:00
Romain
fa5652b380 Merge pull request #44 from rprieto/albums
thumbsup v2: rewrite the website around 'albums'
2016-10-13 18:51:15 +11:00
Romain Prieto
c2f290bbd6 thumbsup v2: rewrite the website around 'albums' 2016-10-13 18:49:15 +11:00
Romain
fa05959631 Merge pull request #42 from rprieto/fix-rotation-bug
Fix rotation bug for images and videos
2016-10-08 23:09:32 +11:00
Romain Prieto
c0023f0bea Add sample files for all rotations + rebuild sample gallery 2016-10-08 22:16:50 +11:00
Romain Prieto
035b960c4a Fix rotation bug for images and videos (more details in PR) 2016-10-08 22:16:28 +11:00
Romain
3c4e5ad877 Move the website from gh-pages to a /docs subfolder (new Github feature) (#39)
Much easier to manage
2016-09-28 22:27:16 +10:00
Romain Prieto
4baf46031c Cleanup README and add table of contents 2016-09-27 18:39:21 +10:00
Romain
d6432f92b8 Merge pull request #38 from navneetkarnani/master
Add support for custom start file
2016-09-19 13:04:40 +10:00
Navneet Karnani
c8c5947c9b Add support for custom start file 2016-09-18 23:59:17 +05:30
Romain Prieto
820f5649b2 1.1.2 2016-01-27 08:03:25 +11:00
Romain Prieto
98d98c40bc Fix relative path to LightGallery (npm dedupe issue) 2016-01-22 23:20:10 +11:00
Romain Prieto
b4378356f1 Update all packages, now compatible with Node 5 2016-01-22 12:27:26 +11:00
Romain Prieto
837f5eee5c Align progress bar for the static website 2016-01-22 12:27:05 +11:00
Romain Prieto
892c9380b8 1.1.0 2015-10-19 22:44:11 +11:00
Romain Prieto
1cabe90499 README: note about the issue with Ubuntu 10.04 2015-10-14 12:23:09 +11:00
Romain Prieto
c6470a65ef Bumped up gh-pages 2015-09-22 21:43:16 +10:00
Romain Prieto
f7c6e70b29 Read EXIF captions, and display at the bottom of the slideshow. 2015-09-22 21:41:32 +10:00
Romain Prieto
f941118a3b Merge pull request #28 from rprieto/lightgallery
Move to lightgallery instead of blueimp (had video player issues)
2015-09-22 19:50:06 +10:00
Romain Prieto
7d6afac2d0 Upgrade to LightGallery 1.2.2, and use VideoJS for playing videos 2015-09-22 19:46:52 +10:00
Romain Prieto
9473462871 Move to lightgallery instead of blueimp (had video player issues) 2015-08-24 23:22:09 +10:00
Romain Prieto
543e9148b0 Fix bug reading EXIF metadata (error spawn EMFILE)
When too many files needed to be processed, it would try to spin up the EXIF tool (ffprobe) on all files in parallel.
Setting the parallel limit to 100 fixes it.
2015-08-17 00:31:39 +10:00
Romain Prieto
e274ff8790 Fix missing homepage title 2015-02-23 07:37:39 +11:00
Romain Prieto
718210b378 Fix #23: URLs should only have forward slashes + catch EXIF errors 2015-02-15 08:57:49 +11:00
Romain Prieto
37d10a966c Update style of the gallery pages to be more in line with the homepage 2014-12-02 21:23:04 +11:00
Romain Prieto
c7865b55cc 1.0.0 2014-12-02 00:16:01 +11:00
Romain Prieto
53263e3c28 Bump up sample _site submodule 2014-12-02 00:15:58 +11:00
Romain Prieto
fceed991c4 Bump up all dependencies 2014-12-02 00:14:33 +11:00
Romain Prieto
ea2e7e2711 Update README screenshot 2014-12-02 00:11:42 +11:00
Romain Prieto
51d290e6da Bump up sample _site submodule 2014-12-02 00:10:04 +11:00