diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c1820..4a2a909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.1.3 +## 05/16/2019 + +1. [](#new) + * Add pagination support. + # v0.1.2 ## 05/10/2019 diff --git a/README.md b/README.md index dbf7018..cfbfca1 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Manually updating Grav Coder is pretty simple. Here is what you will need to do * Blog view template * Blog item view template * Categories view (listing) +* Pagination support (defaults to 10 items per page) # Setup @@ -145,6 +146,10 @@ There are certain sections of the theme you can customize, in order to do so, # Navigation links (prev/next) on post page (enabled by default) post: navigation: false + + # Pagination - number of items to show per page + pagination: + count: 10 ``` A couple of pointers for social media icons, diff --git a/blueprints.yaml b/blueprints.yaml index 0433bf2..34d7318 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Grav Coder -version: 0.1.2 +version: 0.1.3 description: Grav Coder, theme with minimal clutter and maximum content visibility! Inspired from hugo-coder theme. icon: rebel author: