diff --git a/_config.yml b/_config.yml index f80d06e5..4ce49e01 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ description: > # this means to ignore newlines until "baseurl:" Our focus is on intermedia arts and technologies, but we love to be surprised..! baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://scopesessions.org" # the base hostname & protocol for your site -paginate: 2 +paginate: 4 paginate_path: "page:num/" # Build settings markdown: kramdown diff --git a/index.html b/index.html index 8a2c24da..9221cf6c 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ layout: default

Events

- {% for post in site.posts %} + {% for post in paginator.posts %}
@@ -32,6 +32,25 @@ layout: default {% endfor%} + +