View solarized-dark.css
/* Solarized Dark | |
For use with Jekyll and Pygments | |
http://ethanschoonover.com/solarized | |
SOLARIZED HEX ROLE | |
--------- -------- ------------------------------------------ | |
base03 #002b36 background | |
base01 #586e75 comments / secondary content |
View mongoose-paginate.js
/* Mongoose Paginate plugin | |
Forked from: | |
https://gist.github.com/craftgear/1525918 | |
This snippet is inspired by edwardhotchkiss's mongoose-paginate | |
(https://github.com/edwardhotchkiss/mongoose-paginate) | |
and works with any methods like where, desc, populate, etc. | |
The `paginate` method must be called at the end of method chains. |