Infinite Scroll not working on Source home page

Remove the <script>pagination();</script> if you don’t want a infinite scroll.
You have to work with {{pagination}} - see https://ghost.org/docs/themes/helpers/pagination/
You can customize the template by pagination.hbs - see the docs.

Place {{pagination}} into bottom of home.hbs and index.hbs
In the package.json you can configure the posts_per_page

  "config": {
        "posts_per_page": 12,
        "image_sizes": {