Skip to content

Commit 0e3196e

Browse files
committed
Bump version. Prepare for release
1 parent f19ea53 commit 0e3196e

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.1.3
2+
## 05/16/2019
3+
4+
1. [](#new)
5+
* Add pagination support.
6+
17
# v0.1.2
28
## 05/10/2019
39

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Manually updating Grav Coder is pretty simple. Here is what you will need to do
5555
* Blog view template
5656
* Blog item view template
5757
* Categories view (listing)
58+
* Pagination support (defaults to 10 items per page)
5859

5960
# Setup
6061

@@ -145,6 +146,10 @@ There are certain sections of the theme you can customize, in order to do so,
145146
# Navigation links (prev/next) on post page (enabled by default)
146147
post:
147148
navigation: false
149+
150+
# Pagination - number of items to show per page
151+
pagination:
152+
count: 10
148153
```
149154

150155
A couple of pointers for social media icons,

blueprints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Grav Coder
2-
version: 0.1.2
2+
version: 0.1.3
33
description: Grav Coder, theme with minimal clutter and maximum content visibility! Inspired from hugo-coder theme.
44
icon: rebel
55
author:

0 commit comments

Comments
 (0)