Receive a weekly summary and discussion of the top papers of the week by leading researchers in the field.

jekyll-infinite-scroll

CDN bower-modules MIT-LISENCE

jekyll infinite scroll

install

1
$ bower install jekyll-infinite-scroll --save

or

1
<script src="https://cdn.rawgit.com/J911/jekyll-infinite-scroll/master/lib/InfiniteScroll.js"></script>

or direct download this link

Using

  1. set pagenation in jekyell add “jekyll-paginate” in _config.yml and Gemfile and set _config.yml
    1
    2
    
    paginate: 2
    paginate_path: "/page/:num"
    
  2. set pagenation in html (example) ```
1
3. include this lib and setting

```

  1. Done! ✌🏻

LICENSE

MIT License