{{post.title}}
-posted {{post.date | date_to_string}}
- {{ post.content | replace:' -->' }}
-diff --git a/_config.yml b/_config.yml index b786905..f04cce7 100644 --- a/_config.yml +++ b/_config.yml @@ -4,9 +4,12 @@ exclude: [config.ru, Gemfile, Gemfile.lock, Procfile, Rakefile, README.md, vendo # Allow using the meeting date for posts. future: true +paginate: 12 + markdown: kramdown kramdown: input: GFM plugins: - jekyll-feed + - jekyll-paginate diff --git a/index.html b/index.html index 1206744..0d03022 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,23 @@ --- layout: master --- -{% for post in site.posts %} -
+{% for post in paginator.posts %} + {% endfor %} +