Commit Graph

394 Commits (a4d99b9af924a6f5ed4bbc030161d8273d460c3f)
 

Author SHA1 Message Date
Glen Cheney e5dd0b19fc Merge branch 'master' into gh-pages 11 years ago
Glen Cheney 8e7c98c012 Add absolute urls to open graph and twitter cards. Added dev yml config file. Only include analytics in production environment. 11 years ago
Glen Cheney 551f848377 Update README.md 11 years ago
Glen Cheney 5c1a473c26 Typo 11 years ago
Glen Cheney 61e597a4d6 Update events example. 11 years ago
Glen Cheney f315eb9c6a Update wording. 11 years ago
Glen Cheney 77193ef847 Update FAQ 11 years ago
Glen Cheney 9410153749 Replace lorem ipsum text with plugin description 11 years ago
Glen Cheney b613b147b3 Merge branch 'master' into gh-pages 11 years ago
Glen Cheney fe6b965013 Replace site.url with site.baseurl
I can now use `jekyll serve` and go to localhost:4000/Shuffle to see
the site and use relative links. This way it doesn't have to change
every time going from dev to production.
`jekyll serve --baseurl ""` also works to serve directly from localhost
without a subdirectory.
11 years ago
Glen Cheney 77f360d453 Merge branch 'master' into gh-pages 11 years ago
Glen Cheney e381e16b0f Add FAQ page. 11 years ago
Glen Cheney c6443d57e8 Update change log 11 years ago
Glen Cheney 8a30832fac Fix links 11 years ago
Glen Cheney 5a6ae78c36 extra slash 11 years ago
Glen Cheney 3fe55c1c7a Add hero image and global `site_url` variable 11 years ago
Glen Cheney 3e5248c0c0 Update site.url 11 years ago
Glen Cheney 788e8dbe44 Shuffle 2.0! 11 years ago
Glen Cheney c9f86feaaa Shuffle 2.0! 11 years ago
Glen Cheney 5724739328 Mostly IE fixes 11 years ago
Glen Cheney 92239c6e49 Move shuffle.js files to top level. Some nav tweaks. 11 years ago
Glen Cheney 5277563e95 Add animated favicon
Currently lots of jank in Chrome at the moment.
11 years ago
Glen Cheney e77c9cc4e3 Some responsive styles and IE fixes 11 years ago
Glen Cheney b459c672ee Make the nav cooler
grayscale and scaling
11 years ago
Glen Cheney 4d38115f4d Updated home page examples, added init with sort
Commented all options
11 years ago
Glen Cheney 615691c8ea Credit Jake with photos 11 years ago
Glen Cheney ded96737e3 Added favicon. Added description and image to each page for open graph and twitter cards.
Renamed some shuffle methods for more consistency
11 years ago
Glen Cheney 3c42d0bf39 Remove shiv and load from Modernizr build.
Shiv is included separtely on the page (and Modernizr 2.6.2 doesn't
have <main>).
Load isn't used by shuffle. Not sure why I had it there.
11 years ago
Glen Cheney 2b99fb1343 Added images loaded demo, alias for columnWidth in shuffle options as `sizer`
Also added an image demo without images loaded to see the difference.
Converted bootstrap breakpoints to ems.
More work on the nav.
Optionally include prism per post now
11 years ago
Glen Cheney 17644ce7f0 Added mobile grid 11 years ago
Glen Cheney 53152b4adb Filter button states 11 years ago
Glen Cheney 2735047267 Update readme with task list 11 years ago
Glen Cheney d2a08407ee Added compass, finished shapes filter demo 11 years ago
Glen Cheney c1da3b374d Adding shapes demo 11 years ago
Glen Cheney 7a962634d0 Adding nav and webp screenshots for demos 11 years ago
Glen Cheney 3aa94d53f9 Made "basic" and "adding/removing" demos
Now all calls to the jQuery plugin must include the function as the
first parameter: $grid.shuffle('shuffle', 'green');
11 years ago
Glen Cheney c8f84aab91 Update README.md 11 years ago
Glen Cheney 410762f8e8 Ordering getters and setters so only one style recalculation and layout happens on init. Added $.throttle / $.debounce and more function comments. 11 years ago
Glen Cheney 599158e259 Removed hideTransitionWithFade option. Hide the first transition by default. Added jQuery 2.0.2/1.10.1. 11 years ago
Glen Cheney d704868c3c Added _updateItemCount function and fixed a bug where `remove` didn't update the item count. 11 years ago
Glen Cheney af2fef2e41 Homage page demo working 11 years ago
Glen Cheney 4c8ff13cce Moved example code to their own includes
Unindented shuffle once.
11 years ago
Glen Cheney e0902b49f4 Added sizer for column width and a short readme. 11 years ago
Glen Cheney 91535600de Gettin stylish 11 years ago
Glen Cheney 6f992ae755 Restructuring. 11 years ago
Glen Cheney 621755f917 Link to masonry branch 11 years ago
Glen Cheney 060c3315ee Converted to Jekyll. Woo! 11 years ago
Glen Cheney 2d4292f868 Remove `defer` attributes on scripts. Fixes #1. Not sure why I had that... 11 years ago
Glen Cheney f8fdbaef1f Filter and sort at the same time. 11 years ago
Glen Cheney 5122c35d85 Added `remove` method and fixed `destroy` removing resize listener for all instances of shuffle 11 years ago